in reply to Stability of threads in perl 5.8?
However, if you do use threads and need to process the content in one single place, consider isolating each File::Tail in its own thread, and (as others have mentioned) use Thread::Queue to pass values to the thread processing the data.
/J
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Stability of threads in perl 5.8?
by erroneousBollock (Curate) on Nov 05, 2007 at 14:34 UTC |