in reply to Re^2: Do I need to use Coro instead of threads/forks
in thread Do I need to use Coro instead of threads/forks
From what I understand of your problem, using Coro should work. Basically, your program should be something like your threads example, except that you use Coro::LWP and you use Coro instead of OS threads.
What have you tried so far that gives you problems?
Maybe you want to start with a small example program that does not talk to your vendor but tries to make several parallel requests to Google?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Do I need to use Coro instead of threads/forks
by mohan2monks (Beadle) on Sep 29, 2014 at 13:14 UTC | |
by Corion (Patriarch) on Sep 29, 2014 at 13:21 UTC |