in reply to Re: Re: multiple fork()
in thread multiple fork()

The comment about a "separate process" makes me think that it is using fork. (Which is certainly how I would write it.) So you should not need to recompile, but you may have some problems on Windows. (Try it.)

UPDATE
Follow Dominus' link above for the Perl module under discussion...

Replies are listed 'Best First'.
Re: Re (tilly) 3: multiple fork()
by Galen (Beadle) on Apr 16, 2001 at 21:20 UTC
    I don't need to worry about Windows, since it's all running on a solaris box. However, my "Network Programming with Perl" book says that the async function is used to create a thread object. Perhaps there is a separate perl module called Async as well. Hmm.. dunno. I'll look around.
        Hehe ok. I followed the link. Bicycle day?