Re: CFMX7 and PDF Generation

2006-05-10 Thread Kenneth S. Redler
Although the timeframe suggests the problem may be deeper, you still should make sure you're var-scoping your variables in CFCs where appropriate. As basic as this step seems, it does ultimately allow the garbage collection mechanisms to more quickly and accurately identify memory ready to be

Re: CFMX7 and PDF Generation

2006-04-18 Thread Jon Gunnip
This also happened to us once in over a year of generating PDF's using cfdocument. We traced it down to a PDF request. After that request, CPU shot up over 50% (it's usually around 10%) and stayed at that level. No PDF's could be generated until we restarted the CF services. Jon On 4/17/06,

CFMX7 and PDF Generation

2006-04-16 Thread Anthony Crawford
Hi folks, I am wondering of anyone in the community has experienced this issue. I have an application that runs a query on our MySQL database and prints out a PDF. The user clicks a link the runs this cfm page which then generates this PDF. We are on a shared host. Every few months (2-3), we

Re: CFMX7 and PDF Generation

2006-04-16 Thread Kay Smoljak
On 4/17/06, Anthony Crawford [EMAIL PROTECTED] wrote: Hi folks, I am wondering of anyone in the community has experienced this issue. I have an application that runs a query on our MySQL database and prints out a PDF. The user clicks a link the runs this cfm page which then generates this