http://www.perlmonks.org?node_id=989804


in reply to Re^2: Coro + LWP freezes
in thread Coro + LWP freezes

That's just an example. I think it is the most likely candidate for causing trouble if you are actually doing https requests.

Maybe you can switch to using http URLs for further diagnosis?

Replies are listed 'Best First'.
Re^4: Coro + LWP freezes
by elgato (Novice) on Aug 26, 2012 at 09:05 UTC
    No, i have no options. Need to use https only :( When i was using another programming language that used SSLeay i stopped to use it because of errors with SSLeay when using multithreaded requests.. Any way to switch to another way of dealing with SSL ?

      First I would try to isolate whether SSLeay really is the problem. One way would be to exchange HTTPS URLs for HTTP URLs.