On 1/21/06, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> marcelo ametller wrote:
> > I have a servlet, with a form, a button with label "generate".
> > When the user press the button, de "action" run a function, it generate
> > a pdf (reportlab).
> > When the pdf have 200 items, that's ok. But when the pdf have 6000
> > items, the appserver crash. The dmesg inform that there isn't memory...
>
> Does this crash immediately after you start the appserver and generate
> the very first pdf? Or does it only happen after some time when more
> users have been on the server?
>
> What do you get in the Webware logfile?
>
> Do you create the pdf in memory only or do you write it to a file?
>
> -- Christoph

Also, can do you this generation outside of Webware, say as a
standalone Python program? In the past, most, if not all, crashes have
been associated with compiled Python extensions.

-Chuck


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to