![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^2: Need suggestion on problem to distribute workby smarthacker67 (Beadle) |
on Jun 15, 2020 at 18:20 UTC ( #11118103=note: print w/replies, xml ) | Need Help?? |
All Thanks for your responses.
When I say a remote server is its a FreeSWITCH server to whom I want to send work but its takes time so I cant send more work unless that work reaches to it. I wish to handle it separately. I connect with single database only eg I do 200 insertion + 200 times work sending to remote server due to this next bach has to wait. Wish to fork this out from main loop so that separate thread will take care of this, Since its calling related I have X numbers of servers so I need to connect them in round robin to distribute work. I hope this clarify :-) Updated the question as well,
In Section
Seekers of Perl Wisdom
|
|