> We had some problems on Solaris. Sometimes Com45Swiki9 seems to choke the
> whole machine (memory and processor). Anyway, I don't think we have the
> latest bugfixes, which brings me to the real reason for this post:
> where can I find the latest bugfixes/patches?
>
> Thanks in advance,
>
> Sander
http://seaweed.cc.gatech.edu/refs/uploads/old/ has the old fixes for
Com45Swiki9. Another thing to watch out for on Solaris is that Solaris,
unlike Linux, only allows the user only 64 sockets. When these run out,
you will have the problem you reported. To increase the sockets, you will
have to have some root access. Here is what we do:
1. '/usr/sbin/sudo /bin/sh' to become superuser (no, you don't have to
wear a cape)
2. 'ulimit -SHn 600' to set the number of connections
3. 'su <yourlogin>' to become yourself again
4. start Squeak
I hope that helps,
Je77