Damon,

I'm wondering if I'm facing a similar problem. Whenever a scheduled task is submitted 
by CF, I got a "server busy" error message. There are no other activities on the 
server during the execution of the tasks. 

Log entries: 

scheduler.log
"Information","TID=1232","09/27/00","00:01:40","Scheduled action ... submission 
initiated." 
"Information","TID=1232","09/27/00","00:02:12","Scheduled action ... submitted 
successfully." 

webserver.log
"Error","TID=1276","09/27/00","00:02:12","Server busy or unable to fulfill request. 
The server is unable to fulfill your request due to extremely high traffic or an 
unexpected internal error. Please attempt your request again (if you are repeatedly 
unsuccessful you should notify the site administrator). (Location Code: 25) " 

server.log
"Warning","TID=948","09/27/00","00:02:12","Template: , Ran: 32 seconds." 
"Information","TID=664","09/27/00","00:22:04","The ColdFusion Application Server 
started." 

The tasks are complex, with several select/insert queries.

System: Dual PIII, 1GB RAM, Win2K, CF 4.5.1 Enterprise, MDAC 2.5. The database is 
located at another server (NT4, SQL Server 7 SP2). 

Any idea? 

Thanks, Marcello.


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

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