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? -- $_=q:; # SHERWIN # 70;72;69;6e;74;20; 27;4a;75;73;74;20; 61;6e;6f;74;68;65; 72;20;50;65;72;6c; 20;6e;6f;76;69;63; 65;27;:;;s=~?(..); ?=pack q$C$,hex$1; ;;;=egg;;;;eval;;; _________________________________________________ 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

