Re: [AOLSERVER] CGI memory leaks

2003-04-04 Thread Scott Goodwin
Matthew, I've tracked down the CGI memory leak; it should be fixed in about an hour in both the 3.5 branch and 4.x. /s. On Friday, March 28, 2003, at 04:57 PM, Matthew Krenzer wrote: I know this subject was addressed a while ago but I'm curious to know if there has been any resolution to this.

Re: [AOLSERVER] CGI memory leaks

2003-03-31 Thread Matthew Krenzer
Scott, Here are the three different teset scripts we used CGI: - #!/usr/local/bin/perl use CGI; my $string = HtmlbodySimple Page/body/html; $query = new CGI; print $query-header; print($string); $query-delete_all(); exit(0); --- ADP (no exec):

[AOLSERVER] CGI memory leaks

2003-03-28 Thread Matthew Krenzer
I know this subject was addressed a while ago but I'm curious to know if there has been any resolution to this. We have setup a linux box running aolserver 3.5 w/ tcl 8.4.2 and have performed the following tests: 1. Running a very simple perl cgi 2. Running an ADP to do the same as the cgi 3.

Re: [AOLSERVER] CGI memory leaks

2003-03-28 Thread C. R. Oldham
1. Running a very simple perl cgi Memory leak in the nscgi module? -- C. R. Oldham Director of Technology NCA CASI -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/

Re: [AOLSERVER] CGI memory leaks

2003-03-28 Thread Scott Goodwin
Hi Matthew, Sounds like a memory leak in nscgi. Can you send me the perl script and your nsd.tcl file? I'll see if I can duplicate the problem, track it down and fix it. thanks, /s. On Friday, March 28, 2003, at 04:57 PM, Matthew Krenzer wrote: I know this subject was addressed a while ago but