Re: Simple fork examples
- From: Martijn Lievaart <m@xxxxxxxxxxxxxxxx>
- Date: Sat, 30 Jun 2007 12:18:49 +0200
On Fri, 29 Jun 2007 14:43:17 +0000, QoS wrote:
In addition, if you want the script to work on more platforms, afaik it
is better to use threads.
No, threads on Perl are different from threads in all other languages.
Unless you know the severe restrictions on threads (for starters, no
signals) you may think about using them. I decided against threads in all
programs I wrote when the question came up. Even started a thread about
it a while ago, which has lots of answers you never wanted to know, but
must know if you contemplate using threads.
M4
.
- Follow-Ups:
- Re: Simple fork examples
- From: Dr.Ruud
- Re: Simple fork examples
- References:
- Simple fork examples
- From: Simon
- Re: Simple fork examples
- From: it_says_BALLS_on_your forehead
- Re: Simple fork examples
- From: Simon
- Re: Simple fork examples
- From: QoS
- Simple fork examples
- Prev by Date: Going Bananas!!!!!!!!!!!!!!!!!!!!!!!!!!
- Next by Date: Re: Assigning another filehandle to STDOUT, using binmode.
- Previous by thread: Re: Simple fork examples
- Next by thread: Re: Simple fork examples
- Index(es):
Relevant Pages
|