On Wed, Apr 30, 2008 at 1:44 PM, Antonio <[EMAIL PROTECTED]> wrote: > What worries me is if I get out of memory trying to generate a pdf > file on the fly, how should I be able to accomplish the pdf generation > by using a queue if the class that generates the pdf is the same one > on both cases?
Of course generating PDF in the background won't resolve your memory consumption problem, which is something you should work on in parallel. As I've already said, you should track down the problem using lower resolution, less images, trying DOMPDF, etc. ++ -- Nicolas Perriault http://prendreuncafe.com/blog GSM: 06.60.92.08.67 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
