perl.ithreads
[Top] [All Lists]

Re: Thread::pool

Subject: Re: Thread::pool
From: jdhedden@xxxxxxxx (Jerry D. Hedden)
Date: Tue, 29 Jul 2008 08:39:17 -0400
Newsgroups: perl.ithreads

> First i initialice the pool and then i set the process as a daemon. Then i
> call the scan_files() function.

Nope.  That's no good.

> I also test to initialice the pool inside the daemon() function

Depends on where in daemon you do it - it must come after the fork.

> and between daemon() and scan_files().

Better.

> Doing that, the output is blank, but it doesn't work.

Define "doesn't work".

<Prev in Thread] Current Thread [Next in Thread>