in reply to Re^5: Threads and HTTPS Segfault
in thread Threads and HTTPS Segfault

Great suggestion, thank you. I've implemented this and it works beautifully.

I chose to use IPC::Open2 to get bi-di communication, sending single-line messages back and forth, so the script is now as functional as it would have been with a thread-safe Crypt::SSLeay.