detecting memory leaks

2000-07-12 Thread Rob Egan
Hi, I have an Apache 1.3.12 server running on a Sun e450 with Solaris 7, Perl 5.6.0, and mod_perl 1.24. When I was testing the server everything seemed to be ok, but once I moved the real content (including a bunch of perl CGI scripts) onto it, I noticed that memory slowly gets eaten up. If I do

RE: can't properly append to file from mod_perl script

2000-06-30 Thread Rob Egan
Hi, I sent an earlier post with a script that was appending garbage along with user email addresses that were submitted through a form. After seeing all the suggestions about improvement, I went ahead and rewrote the script from scratch (it's much shorter now!). My version actually prevents

can't properly append to file from mod_perl script

2000-06-28 Thread Rob Egan
Hi, I am relocating content from a non-mod_perl Apache site to a new mod_perl/1.24 enabled Apache server and I have a problems getting one of the CGI scripts to behave in mod_perl. All it does is capture e-mail addresses, and place them in a text file so we can gather them up later and drop them