Re: mod_perl / PerlEx
Hugh Dixon <hugh-g/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <[email protected]> |
I would go so far as to suggest forking the PDF creation and having the client be "told" when it's ready - e.g. by a foreground page waiting for notification from a process-watching server-side script (via AJAX or similar) H henningmllernielsen wrote: > In regards to mod_perl / PerlEx usage of PDF::API2, I highly recommend > saving the PDF as a temporary file, first, and then feed it back to the > client. If your PDF potentially is large, your memory usage could be > astronomical if you do it in-memory. > > I do believe this is suggested in the documentation as well ;) > > > > To unsubscribe from this group, send an email to: > perl-text-pdf-modules-unsubscribe-Km8ibD4bFueDmjp1MlKEbA@public.gmane.org >