What version of Python and Webware? > -----Original Message----- > From: Brondo, Greg [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 11:54 AM > To: '[EMAIL PROTECTED]' > Subject: [Webware-devel] bad memory leak > > > Sorry to repost but I have no solution. Actually, If I > cannot solve the > memory leak issue I have to rewrite my app in Java. Anyway, > it's a fairly > simple app (and my first in Webware) in production use at my > company. It > has a search form which generates an SQL lookup and then it > returns a table > with links to invoices (in zip format). When the user > clicks the link, the > server unzip's the file to a tempdir and redirects the browser to the > unzipped file (a pdf invoice). That's all it does. > > I've done the following: > 1) Tested with both DCOracle2 and cx_Oracle connectors. No Change. > 2) Explicitly del or None my rows list. No Change. > > This is my 2nd long running python app (the other is written > with mod_python > and has 0% memory leakage). However, it does not have the > load this app > incurrs (roughly several thousands hits a day if not more). > > Any help would appreciated. It ate 3.5GB of ram in 5 hours yesterday. > > Setup is Solaris 5.8, Oracle 8.1.7 on a 8x8 Sun 6500. > > Thanks! > Greg B. > > _______________________________________________ > Webware-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-devel >
---------------------------------------------------------------------------- This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation. ---------------------------------------------------------------------------- _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
