in reply to LWP::UserAgent non-blocking calls
My advice is is to learn event based programming and switch over to a fully async operation based on call backs and promises.
For example what you are doing is very easy to achieve with:
AnyEvent AnyEvent::HTTP Promise
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: LWP::UserAgent non-blocking calls
by cavac (Prior) on Jan 10, 2025 at 09:21 UTC |