in reply to Re: WWW::Curl and making it thread safe
in thread WWW::Curl and making it thread safe
Correctly me if I'm wrong, but in that case I would loose the ability to create a thread (or threads) "on-demand", with the actual data required for the thread to chew on.
It would be a long-running thread where I would have to manage queues into that single thread, and either handle the data sequentially or thread again from there if I wanted multiple threads, no?
At what point put my code into a different perl file, serialize my data into another and call it all with Win32::Process::Create ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: WWW::Curl and making it thread safe
by Tanktalus (Canon) on Feb 18, 2016 at 04:10 UTC | |
|
Re^3: WWW::Curl and making it thread safe
by Anonymous Monk on Feb 18, 2016 at 04:12 UTC |