[REBOL] Re: Maximum number of listening ports
From: sqlab:gmx at: 22-Feb-2010 8:52
Hi Leon,
of course there is a maximum of sockets an application can handle. But
do not ask me how many.You have either to determine that by trial as you
did or to ask the developer or check the OS.
In your test and in your working service you should also close the
connected port, you derived from the listening port, if your peer closes
the port.
And one more to optimize is a wait/all, as you can get more than one
event with high traffic.
regards
AR
On 22.02.2010 06:33, Leon Meyer wrote: