Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Benoit Minisini
On mercredi 5 novembre 2008, Werner wrote: Doriano Blengino wrote: 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

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Doriano Blengino
Gareth Bult ha scritto: Urm, When you say doesn't scale .. exactly how many clients do you have and how quickly do they need to know about updates? Let's say for the sake of argument your SQL server can process 2000 moderate queries per second (not unreasonable) and you want to poll every

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Gareth Bult
Urm, When you say doesn't scale .. exactly how many clients do you have and how quickly do they need to know about updates? Let's say for the sake of argument your SQL server can process 2000 moderate queries per second (not unreasonable) and you want to poll every second with 10 clients.

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Werner
Gareth Bult wrote: Urm, When you say doesn't scale .. exactly how many clients do you have and how quickly do they need to know about updates? Let's say for the sake of argument your SQL server can process 2000 moderate queries per second (not unreasonable) and you want to poll every

[Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-04 Thread Benoit Minisini
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? -- Benoit

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-04 Thread Doriano Blengino
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