2011/9/5 Sven Van Caekenberghe <sven@beta9.be>:
On 05 Sep 2011, at 17:57, Igor Stasenko wrote:
I recommend you to update. The latest VMs containing a couple of critical bug fixes , which makes a lot of difference. Not sure it will help with sockets issue, but at least it will help getting an up to date  feedback :)
It makes no difference: using the http://www.mirandabanda.org/files/Cog/VM/VM.r2489/ VM to start the base seaside3 image and doing a filein of the following hangs:
"Zinc Server" Gofer new     squeaksource: 'ZincHTTPComponents';     version: 'Zinc-HTTP-SvenVanCaekenberghe.191';     package: 'Zinc-Seaside';     load. ! "Start Zinc" (ZnZincServerAdaptor port: 8080)     codec: GRPharoUtf8Codec new;     start.
Executing the same code from a workspace (without the !) just works. Beats me.
Sven
FileStream>>fileIn fileIn "Guarantee that the receiver is readOnly before fileIn for efficiency and to eliminate remote sharing conflicts." self readOnly. self fileInAnnouncing: 'Loading ', self localName You could try to surround workspace evaluation and see how it goes : - with progress bar/announcement things, but without file open/close - with a file open/readOnly copy/close but without progress notification Nicolas