reassign 511372 libsoap-lite-perl 0.710.08-1
retitle 511372 libsoap-lite-perl: high memory usage under some circumstances
thanks

Hi all,

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

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to