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.

I am not sure if this page is using CFHTTP but the error led me
to believe that it was.  I am using the CFHTTP patch from the
4.5 Hot fixes.

The second thing that I have noticed with 4.5 is with  CFFILE.  I
have a process that generates about 500K - 600K files at a time.
We use these files to send out newsletters instead of using CFMAIL.
The problem is that in 4.0.1 it takes about 6 minutes to generate
10K files while in 4.5 Enterprise it takes about 3 hours to generate
10K files.  If I downgrade the server to 4.0.1 it goes back to taking
6 minutes. I am curios to find out if anyone else has run into a
similar issue.

Thanks -

_______________________________________
Tracy Smith
Senior Programmer/Cold Fusion Developer
Prize Central Networks, Inc.
Play For Fun! Win For Real!
http://www.prizecentral.com


-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 27, 2000 12:34 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: CFHTTP Issue


> Is anyone having any problems with CFHTTP overloading CF Server? While
> processing a template with 20-50 CFHTTP's the CF Server will crash and
> return an error saying "Unable to process request due to an
> internal error, the site may be experiencing heavy load blah blah".. Im
> running 4.5.1 RC1...
> The crashing is totaly unpredictable and recovers fine after a service
> stop/start.. The server is a horse (dual processor 500+ meg
> of ram).. Any clue?

As I understand it, each CFHTTP request requires a separate thread. CF only
creates a set number of threads when the service is started - the number of
simultaneous requests that you put in the Settings page of the CF
Administrator. If that's set to five, which is a common default, and your
one page requires twenty, there are likely to be problems.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

----------------------------------------------------------------------------
--
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.

------------------------------------------------------------------------------
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