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

Adrian Lienhard adi at netstyle.ch
Wed Jun 10 06:45:08 UTC 2009


On Jun 9, 2009, at 23:47 , Andreas Raab wrote:

> 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.

That's what I thought first too. But no, it happens also in vanilla  
images. There exist no socket instances in the second image.

Adrian


More information about the Vm-dev mailing list