Hi,
I am having a problem with the SOAP::Lite module ( version 0.55 ) and ActiverPerl version 5.8.4 Build 810. My application runs in the RH Linux environment.
The problem is this the HTTPS connections which get established through the SOAP::Lite module do not get closed. They remain !
;open in
a CLOSE_WAIT state. Eventually our application runs out of file handles and is not able to do anything.
When I do a netstat a as the Perl application is running, I see that the number of connections with CLOSE_WAIT status increasing gradually.
I see this problem in the Perl application we built using the ActivePerl PDK and ActivePerl version 5.8.4 Build 810 and SOAP::Lite version 0.55. The problem happens if I run my application as a binary exe!
cutable
or if I run my application as source with the ActivePerl interpreter.
I DO NOT see this problem if I run my application with a Perl Interpreter that we built from CPANs Perl version 5.8.4 and SOAP::Lite version 0.55. In this case, the connections always get closed.
So given that the SOAP::Lite package is the same, my first guess was that there i!
s a
problem with ActivePerl Interpreter version 5.8.4 Build 810. But ActiveState support indicates that the problem must be with the SOAP::Lite module.
I am wondering if anyone else has run into this problem? Any ideas where I should look?
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
