Subject: | high memory consumption |
Date: | Fri, 26 Mar 2010 10:55:17 +0100 |
To: | bug-SOAP-Lite [...] rt.cpan.org |
From: | Franck Joncourt <franck [...] debian.org> |
Hi,
Please find below a bug report against SOAP::Lite on Debian.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511372
Here is the test case:
I started to rewrite my script so it uses Devscripts::Debbugs directly,
and since the methods provided by that module don't do much but a couple
of calls to SOAP::Lite I've determined that the high memory consumption
isn't on devscripts' side, but on libsoap-lite-perl's.
Reproduce code:
8<------------------------------------>8
use SOAP::Lite;
my $soap = SOAP::Lite->uri('Debbugs/SOAP')->proxy(
'http://bugs.debian.org/cgi-bin/soap.cgi');
$soap->get_status($soap->get_bugs(package=>'wnpp')->result());
8<------------------------------------>8
Regards,
--
Franck Joncourt
Message body not shown because it is not plain text.