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

Reply via email to