Re: Possible test case and info on CPAN RT 26185 Memory Leak POE::Component::Client::HTTP

2008-03-19 Thread Christian Brink
Phil Whelan wrote: Hi Christian, What are you using to measure the memory usage? Proc::ProcessTable We have found GTop to be most reliable. use GTop; my $mem = GTop->new->proc_mem($$)->size; I cannot see anything in the code, but you may want to turn on "options => { trace => 1}" in

Re: Possible test case and info on CPAN RT 26185 Memory Leak POE::Component::Client::HTTP

2008-03-19 Thread Phil Whelan
Hi Christian, What are you using to measure the memory usage? We have found GTop to be most reliable. use GTop; my $mem = GTop->new->proc_mem($$)->size; I cannot see anything in the code, but you may want to turn on "options => { trace => 1}" in the sessions to see how often things are being cal

Possible test case and info on CPAN RT 26185 Memory Leak POE::Component::Client::HTTP

2008-03-19 Thread Christian Brink
Here is a pared down working example of when I see the memory leak. If I comment out the P::C::C::HTTP create , I see no change in memory usage. I have added my memory usage log. If this works for everyone I'll post it to the RT ticket, otherwise I can happily take suggestions on what else I