CFHHTP uses two connections, so if you are using CFCACHE or CFHHTP, you'll
wnat to double the number of concurrent connections you are allowing.  That
is a rough estimate - play around and see what gives you a good balance.

And I agree, it does seem a bit inefficient.

Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 3:40 PM
To: [EMAIL PROTECTED]
Subject: RE: Connection Failed


CFCACHE uses an CFHTTP connection back to your server to cache the file (AN
EXTRAORDINARILY INEFFICIENT METHOD, if you ask me.) You could have possibly
run out of available connections, or you've got your cf server set to a low
number of concurrent connections.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 1:51 PM
To: Cf-Talk
Subject: Connection Failed


Hi,

I've been using <CFCACHE> for a few weeks now with no trouble.  Suddenly
sometime today, I started getting a "CONNECTION FAILED" message. (That's ALL
it said!  The entirety of the error message was just "CONNECTION FAILED")
And none of my pages would load.  Does anyone know what would cause this?  I
commented out my <CFCACHE> lines and the code works fine.  Here's the code I
was using, just in case that matters...this was at the top of my main
INDEX.CFM file for a fusebox application:

<CFSET CACHED_SECTIONS_OF_WEBSITE="home,abou,clie">

<CFIF ListContainsNoCase("#CACHED_SECTIONS_OF_WEBSITE#",
"#left('#attributes.fuseaction#',4)#")>

  <CFCACHE TIMEOUT="#DateAdd("h", "-4", Now() )#">

</cfif>

Thanks,

Eron

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


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