-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <list...@listserv.aol.com> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
On Friday 09:37 AM 2/29/2008, Enrique Catalan wrote:
In terms of performance, scalability and stability, Do you think that would be safe if I just replace the "tmpnam(buf)" by "tempnam (getenv("TMP"), NULL) in the ns_tmpnam() function? This way would let me make sure 100% that all the files are being stored in my temp dir.
We've done this for years under AOLserver 3.4.2, though not 4.x.
- John