Re: simple multithread daemon
[email protected] ("Jerry D. Hedden") Wed, 14 Nov 2007 11:24:18 -0500
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
jack ciabatta wrote: > I'm trying with threads->exit();.. any suggests? In stdin_to_client, just use 'last' instead of threads->exit(). Keeps it simple.