gxbacher has asked for the wisdom of the Perl Monks concerning the following question:
I should mention that my client forks and hits the SOAP server with several sub-processes in parallel. I've determined the following:
- HTTP with and without fork() = works fine
- HTTPS without fork() = works fine
- HTTPS with fork() = CRASH
It might be significant to note that, in Windows, fork does not start a new process, but rather is implemented with threads (or so I've read).
I suspect SSLeay simply because I've read about problems with Windows and threading. Am I wrong to suspect this?
Is there a way to replace SSLeay as the SSL provider for SOAP::Lite?
Any tips as to what I could try next?
Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite, HTTPS and Windows
by Anonymous Monk on Mar 29, 2011 at 23:11 UTC | |
by gxbacher (Novice) on Mar 30, 2011 at 19:43 UTC | |
by Anonymous Monk on Mar 31, 2011 at 00:31 UTC |