in reply to What's the best way to fetch data from multiple sources asynchronously?
Sample code at This node. (Original code was Win32, but success has been reported on Linux - there is no Windows-specific code in the script).
Update 1:I acknowledge my knowledge, and hence, this advice is now somewhat obsolete (although, it continues to work). Please see BrowserUk's advice below.
I believe the sample code would work with minimal modifications, using ithreads (threads) instead of Thread(Perl 5.5), since both modules are compatible with Thread::Queue. Details are in perlthrtut.
"A closed mouth gathers no feet." --Unknown
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What's the best way to fetch data from multiple sources asynchronously?
by BrowserUk (Patriarch) on Jan 01, 2007 at 21:01 UTC |