I have had issues on Enterprise with cfdocument.
Being multi-threaded you just end up with *lots* for hung threads, which
very quickly brings the server to it's knees :-(

I have put in the cfsavecontent idea and will upload to the production
server shortly. Then watch it like a hawk in FusionReactor!!

The tough part is that it works fine for 98% of people; and can run without
incident for days.

I am using it to print a brochure of a real estate listing. From
FusionReator I can get the listing IDs from the URL of hung processes. I
plug the number into my browser and it works fine. So I don't think it is a
malformed HTML issue.

I am doing this
<cfheader name='Content-Disposition'
VALUE='attachment;filename=#saveAsName#' />
<cfheader name="cache-control" value="" />
<cfheader name="pragma" value="" />

<cftry>
    <cfcontent type="application/pdf" file="#pdfName#" deletefile="yes"
reset="yes" />
    <cfcatch><!--- prevent unnecessary log entries when user cancels
download whilst it is in progress ---></cfcatch>
</cftry>

But as far as I can tell, it is hanging in the cfdocument portion.



On 2/28/07, Brad Wood <[EMAIL PROTECTED]> wrote:
>
> I believe he was suggesting that I upgrade to enterprise.
>
> The cfdocument tag is multi-threaded in Enterprise and single-threaded
> in standard.
>
> It might not have kept my request from getting stuck, but it would have
> kept every other cfdocument call from ALSO hanging on the one bad one.
>
> ~Brad
>
> -----Original Message-----
> From: AJ Mercer [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 27, 2007 5:22 PM
> To: CF-Talk
> Subject: Re: cfdocument HELP!
>
> Hi Neil,
>
> why do you ask if it is Enterprise?
> Is it better or worse at handling the cfdocument tag?
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270891
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to