in reply to Re: LWP::UserAgent non-blocking calls
in thread LWP::UserAgent non-blocking calls
I do a lot of "event based" programming and async stuff. But it is NOT always the best option. I work on a lot of stuff where things are required to happen in a very specific order to make sure data is consistent across multiple systems and complies with local financial law.
Async operations have their uses, but they are not always the best solution.
|
---|