I wonder whether this is a number of Sockets allowed problem. If you have 
admin privileges, see if you can launch Squeak with 1024 allowed 
connections. This is the way we run our solaris server:

1. '/usr/sbin/sudo /bin/sh' to become superuser (no, you don't have to
   wear a cape)
2. Enter your password
3. 'ulimit -SHn 1024' to set the number of connections
4. 'nohup ./squeak -headless -memory 40m squeak.image &' to start server

Peace and Luck!

Je77

Reply via email to