Werner ha scritto:
> Benoit Minisini wrote:
>   
>> On mardi 4 novembre 2008, Werner wrote:
>>   
>>     
>>> also, receiving udp broadcasts works only for one application. Any
>>> additional gambas application on the same machine throws
>>> a "Cannot bind to that socket" error.
>>>
>>> Best Regards
>>> Werner
>>>
>>>     
>>>       
>> Can you provide a little example that shows the problem?
>>
>>   
>>     
> will do, but it might take a week or two. Obviously, more than one
> computer is needed and I'm a bit short right now.
>   
The behaviour of "cannot bind to that socket" could be correct. On a 
single machine there can be only one process listening on a given port. 
So, if an application binds to a port, no other applications (neither 
another instance of the same) can bind to that port again.
This can be possible if the machine has more than one interface, say 
"127.0.0.1" and "192.168.1.1". Then two programs can listen on the same 
port, but on different interfaces.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to