On 2/24/06, Sherwin Daganato <[EMAIL PROTECTED]> wrote:
On Fri, Feb 24, 2006 at 03:59:17PM +0800, Orlando Andico wrote:
> My "solution" so far is, every 100 SOAP calls, the Perl program exec's
> itself. But this is not a clean solution.

"undef $soap_obj" for every 100 calls? or move
"my $soap_obj = SOAP::Lite->new" inside a func() so that after each
invocation of func(), $soap_obj goes out of scope and thus gets
destroyed?

I am already doing all that. Actually it's my SOAP::Data object which is very large. However, I just tried injecting raw XML into the SOAP::Data object, this did not help at all, so I think it's the overhead of XML::Parser when it deserializes the return values which is hurting.
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to