At 08:17 AM 10/10/02 +0300, Martin Roos wrote: >i might be missing a point in the question >anyway, the following program worked by >me.
You are missing a point: because the overhead of starting threads in Perl is significant, you can use Thread::Pool to start a number of threads beforehand and call them when needed. So the threads are already running, the problem is passing the socket to an already running thread. Liz
