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


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

How would i know it that s SSLeay hanging everything?

Replies are listed 'Best First'.
Re^3: Coro + LWP freezes
by Corion (Patriarch) on Aug 26, 2012 at 09:00 UTC

    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?

      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.