Jaime, 

        That's not quite accurate.  CFExec does not submit the two tasks
simultaneously.  You may have a low limit on Simultaneous Requests.  Each
scheduled task takes two threads if the target url for the task is on the
same server - one to run the cfschedule and in turn cfschedule uses cfhttp
to post the url which (again if on the same server ) uses another request
and uses a thread.  Now if both scheduled task are long running request then
you will be tying up 4 threads for that time and the server could appear
hung.

        Also, be sure you're on SP1.

        Thanks


> ============================
> Date: Wed, 4 Oct 2000 09:30:52 -0700
> From: "Jaime Garza" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: RE: Reliability of CFSCHEDULE in CF 4.5.1.  SP2?
> Message-ID: <[EMAIL PROTECTED]>
> 
> I know that if you schedule two tasks to start at the same time in Cold
> Fusion Scheduler, it may hang your Cold Fusion.  It took me weeks to get
> to
> this knowledge.
> 
> Allaire guys, can this be looked at as part of SP2 if possible?
> 
> <Jaime/>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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