It was too beautiful to be true :(

The previous problem is gone, but here's what's happening now:

acceptHandler: Too many open files
acceptHandler: aborting server 7 pss=0x9311668
socketStatus: freeing invalidated pss=0x9311668
acceptHandler: Too many open files
acceptHandler: aborting server 8 pss=0x93116a0
socketStatus: freeing invalidated pss=0x93116a0

Any ideas?

2011/8/17 Bernat Romagosa <tibabenfortlapalanca@gmail.com>
Thanks all! So I extended the table, let's see how it holds up now!

Mariano, I know the vm's a little bit old, but I had already tried updating to the latest one and still had the same problem. Will update it anyway now that I noticed :)

Thanks again!

Cheers,


2011/8/17 Sven Van Caekenberghe <sven@beta9.be>

On 17 Aug 2011, at 09:35, Mariano Martinez Peck wrote:

> BTW, is not this the problem of Sempahores or I don't know what that you need to change/make bigger in Cog ?

Probably, http://code.google.com/p/pharo/issues/detail?id=4505

Hendrik fixed it for 1.4

You can manually extend the table in 1.2 like this:

"Extend the external object table to allow for more sockets"
Smalltalk vmParameterAt: 49 put: 8192.

This is only needed for Cog VMs.

Sven



--
Bernat Romagosa.



--
Bernat Romagosa.