Ynon, It seems that LWP::Simple should be thread safe. I've used it in a thread, myself. However, the SSL library might not be thread safe. I don't have a direct solution, but you could start by checking that the SSL library that comes with your Perl and/or Linux is thread safe.
Have you looked at LWP::Parellel? You might be able to use it to create a separate instance of the https reply in each thread. Thanks, David _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
