in reply to Re: Re: (5) : UDP and IO::Socket
in thread UDP and IO::Socket
Ah, just thought, is your server waiting for system( sleep.pl ) to return ?. If so replace the system call with a fork (and waitpid) or a fork and exec, so that the main server can continue processing requests and the sleeping can be performed independently..
|
---|