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] fix for Ns_MutexDestroy in 3.5 mutex.c

2003-03-31 Thread Jonathan Ellis
_mutexdestroy wasn't checking for a busy (locked by another thread) mutex: -Jonathan (Appologies if this is not the right forum, but the sourceforge patches page doesn't look very busy.) --- nsthread/mutex.c.oldMon Mar 31 15:28:01 2003 +++ nsthread/mutex.cMon Mar 31 15:34:54 2003 @@

[AOLSERVER] New nsjk2 Module Available

2003-03-31 Thread Nathan Folkman
The AOLserver Team is pleased to announce the availability of the preview release of the nsjk2 module for AOLserver. nsjk2 integrates generic Java Servlet and Java Server Page functions with ability to filter HTTP requests in AOLserver, route them to Tomcat, and route Tcl evaluation calls from