I have a page that has hundreds of cfsets in it. (it goes out to a pdf and
each box needs defined)
Like so:
<CFSET GR1=PDFToolkit.SetFormFieldData("GR1", "#GetGrades.Grade[1]#", 0)>
<CFSET GR2=PDFToolkit.SetFormFieldData("GR2", "#GetGrades.Grade[2]#", 0)>

It can take up to almost a minute to process.  The sql end is fine-it's in a
stored procedure and runs quick enough. But I was noticing that when I watch
the performance monitor on my CFserver it goes up to 100%/or very close to
that- and stays there until the processing is complete.  How can I get it so
this page isn't a resource hog (Others get a server busy msg...)
Thanks in advance,
J
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to