[Vm-dev] Multiple images listening on same TCP port

Andreas Raab andreas.raab at gmx.de
Tue Jun 9 21:47:26 UTC 2009


Adrian Lienhard wrote:
> On Jun 9, 2009, at 18:53 , John M McIntosh wrote:
> 
>> Ok, I assume you did
>>> s := Socket newTCP.
>>> s listenOn: 7777.
>>
>> in both images.
> 
> No. Just in the first image.

I think it's more likely that you've got some code loaded that launches 
a listener automatically. Check Socket allInstances in the second image 
to see if there are any sockets.

Cheers,
   - Andreas


More information about the Vm-dev mailing list