Oops, just realized that I sent this to the old list address:
-------- Original Message --------
Subject: Lingering open sockets on Mac/Unix?
Date: Thu, 07 Dec 2006 12:53:30 -0800
From: Andreas Raab <
[hidden email]>
To: squeak vm <
[hidden email]>
CC: John M McIntosh <
[hidden email]>, Ian Piumarta
<
[hidden email]>
Hi Guys -
Josh and I just had an interesting problem on MacIntel. After running
and quitting out of a Croquet session the remote router still held onto
some connections from the (theoretically disconnected) client.
Investigating the problem further (via netstat -a on the client) indeed
confirmed that there were open socket connection between the VM and the
remote although the Socket objects inside the image were already destroyed.
What that means is that OS sockets survived a call to Socket>>destroy
(we verified that Socket>>destroy is indeed being called). Has anyone
seen similar behavior before? Any ideas what could causing this?
Cheers,
- Andreas