Hi, I am using 1.3.6. and apache 1.3.27
Wel it keeps getting bigger with one page. When I reload it or click through it it keeps growing. To ask a beginners question: if I make a silly script like this: ------ [* open F,"</tmp/largetextfile.txt"; while(<F>) { $data.=$_; } close(<F>); $counter=0; while ($data =~ s/image.jpg/$counter.jpg/) { $counter++; } *] <html> <body> [+$data+] </body> </html> -------- Do I need to empty the vars used or if every thing works okay this should not cause my apache process to grow all the time? (if this is the only page in the server) Than an other question I installed embperl a while ago, with storable and apache session and made the session database. What is the properway to cleanup the session database? Right now I just delete the content of the session table but this also deletes the sessions of the current users, which is a it rude. Regards Hans de Groot Met vriendelijke groet, Hans de Groot Quoting Gerald Richter <[EMAIL PROTECTED]>: > > > > I do have one problem. My apache processes take a lot of memory. > > Every request of a page it grows in size. > > mod_perl httpd takes a lot of memory, that can't be changed. Every new > request will eat up more memory, because Perl code is compiled. If you > request only one page more than once memory useage should stay the same, > that's how you can test if any of your code has a memory leak. > > BTW Which Embperl version do you are using? > > Gerald > > -------------------------------------------------------------- > Gerald Richter ecos electronic communication services gmbh > IT-Securitylösungen * dynamische Webapplikationen * Consulting > > Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz > E-Mail: [EMAIL PROTECTED] Voice: +49 6133 939-122 > WWW: http://www.ecos.de/ Fax: +49 6133 939-333 > -------------------------------------------------------------- > | > | ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info > | > +------------------------------------------------------------- > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]