Re: Apache::args vs Apache::Request speed

2002-03-21 Thread mark warren bracher
I didn't ever actually see a post with newer numbers, so here goes.. I tested the same 50 clients/5000 requests as stas' test in the guide. one pass with 2 uri params; another with 26. naturally I ran it all on a server big (and quiescent) enough to handle the 50 concurrent requests. I l

Re: haunting variable values ? nested subs : cookies

2001-01-02 Thread mark warren bracher
we were seeing something similiar with old/variant cookie data, turned out to be the difference between $r->headers_out->add('Set-Cookie'=>$cookie); and $r->headers_out->set('Set-Cookie'=>$cookie); you show your code for generating the cookie, but not setting it, so I have no way of kn

Re: perl's memory leak

2000-12-09 Thread mark warren bracher
it seems as if most (if not all) the techniques for checking the size of the current process are _very_ platform specific. on linux you can use Apache::SizeLimit::linux_size_check which is just parsing /proc/self/status. - mark Stas Bekman wrote: > On Thu, 7 Dec 2000 [EMAIL PROTECTED] wr

Re: [OT] (just a bit) CPAN upgrade auto installation of 5.6

2000-03-31 Thread mark warren bracher
Bernhard Graf wrote: > [EMAIL PROTECTED] wrote: > > Just want to gripe and warn others about the fact that if you elect to > > upgrade CPAN.pm it also installs perl 5.6 > > > > Don't go and get coffee if you MCPAN the upgrade! > > This does not seem to be the case anymore with the recent version