IO-Socket-SSL - Re: Segmentation fault when I use client socket in a subroutine

Posted on Fri Apr 20 15:07:33 2007 by noxxi in response to 4534 (See the whole thread of 2)
Re: Segmentation fault when I use client socket in a subroutine
IO::Socket::SSL is not thread safe. From the IO::Socket::SSL manpage:
| IO::Socket::SSL is not threadsafe. This is because IO::Socket::SSL is based on Net::SSLeay | which uses a global object to access some of the API of openssl and is therefore not | threadsafe.
Write a response