[Pharo-project] Committing on dead squeak source freezes to death my system
Hi I thought that there was a timeout to reach a server and that after I could get back the system. Right now I cannot. I'm using the latest pharo2.0 and I could not unfreeze it. Any idea suggestions? Stef
On 05 Nov 2012, at 11:18, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I thought that there was a timeout to reach a server and that after I could get back the system. Right now I cannot. I'm using the latest pharo2.0 and I could not unfreeze it. Any idea suggestions? Stef
ZnNetworkingUtils class>>#defaultSocketStreamTimeout is 30 seconds McHttpRepository>>#httpClient has #systemPolicy which means there will be 2 retries Monticello does multiple reads and writes when you save So it will take a long time to time out⦠I and many others would vote for a much shorter timeout, like 5 seconds. Either it works or not. Sven
On 5 nov. 2012, at 11:45, Sven Van Caekenberghe wrote:
On 05 Nov 2012, at 11:18, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I thought that there was a timeout to reach a server and that after I could get back the system. Right now I cannot. I'm using the latest pharo2.0 and I could not unfreeze it. Any idea suggestions? Stef
ZnNetworkingUtils class>>#defaultSocketStreamTimeout is 30 seconds McHttpRepository>>#httpClient has #systemPolicy which means there will be 2 retries Monticello does multiple reads and writes when you save
So it will take a long time to time outâ¦
I and many others would vote for a much shorter timeout, like 5 seconds. Either it works or not.
Sven
Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury -- Afin de contribuer au respect de l'environnement, merci de n'imprimer ce courriel qu'en cas de necessite Please consider the environment before you print
+ 1 It ws endless :) Stef On Nov 5, 2012, at 11:45 AM, Sven Van Caekenberghe wrote:
On 05 Nov 2012, at 11:18, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I thought that there was a timeout to reach a server and that after I could get back the system. Right now I cannot. I'm using the latest pharo2.0 and I could not unfreeze it. Any idea suggestions? Stef
ZnNetworkingUtils class>>#defaultSocketStreamTimeout is 30 seconds McHttpRepository>>#httpClient has #systemPolicy which means there will be 2 retries Monticello does multiple reads and writes when you save
So it will take a long time to time outâ¦
I and many others would vote for a much shorter timeout, like 5 seconds. Either it works or not.
Sven
participants (3)
-
Noury Bouraqadi -
Stéphane Ducasse -
Sven Van Caekenberghe