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.

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP
Also check out my sisters artwork and my weekly webcomics
  • Comment on Re^2: LWP::UserAgent non-blocking calls