Crypt-SSLeay thread safe ?
"Harry Wu" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Thanks for creating the great LWP and
Crypt::SSLeay<http://search.cpan.org/%7Edland/Crypt-SSLeay-0.57/>
modules. I use it very often.
I am using LWP + https in a multithread perl script. I found that
sometime it crashs.
Is Crypt::SSLeay <http://search.cpan.org/%7Edland/Crypt-SSLeay-0.57/>
thread safe ? If not, it is possible to make it thread safe ?
Does LWP + https use
Net::SSLeay<http://search.cpan.org/%7Eflora/Net_SSLeay.pm/SSLeay.pm>at
all ? I am not sure about the relationship between
Crypt::SSLeay <http://search.cpan.org/%7Edland/Crypt-SSLeay-0.57/> and
Net::SSLeay <http://search.cpan.org/%7Eflora/Net_SSLeay.pm/SSLeay.pm> .
Currently LWP only use
Crypt::SSLeay<http://search.cpan.org/%7Edland/Crypt-SSLeay-0.57/>,
right ?
Thanks a lot.. Great job !!
Harry