From: Tracy Smith <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 27, 2000 2:30 PM
Subject: RE: CFHTTP Issue and CFFILE with 4.5 Enterprise


> I had a somewhat similar issue that I am just beginning to research.
>
> We just upgraded to CF Enterprise 4.5 from CF Pro on NT 4.0/IIS 4.0.
> One of our pages allows you to download a screensaver program.  This
> page was returning a CGI error every time it was run and keeping the
> memory locked on the Web server for this process.  Every time a new
> request to download this screensaver was made, a new NT Process was
> created it for it, the page would error, and the process would not
> be released.  Thus, it was eating up all of our memory.
>

Wouldn't it make more sense to use cflocation to direct the browser to the
proper file to download?  I'm currently a project that stores links to
points the browser to the proper streaming media file.  I was going to use
CFHTTP, as you have, but read somewhere on the Allaire forums that there's
less overhead on the CF server and there's less chance of the download being
corrupted (or in my case, less chance of a frames downloading in the wrong
order).

Of course, using cflocation like this probably creates a whole mess of state
management problems.

Comments?

- Jay

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to