Shahzad, It's important to remember that your local browser is NOT the same environment as the server. the most common cause of the symptoms below is that the server is failing to resolve the url correctly. For example, a server behind a firewall may have NAT IP addresses (like 10.x.x.x or 192.x.x.x) mapped to "real" ip addresses. On your local browser you put in "blah.com" - and your local browser sees the "external" ip address. But if you try to put "blah.com" on the server and it trys to use the "external" ip address, it will fail - because it's "inside" the network... confusing eh? In any case, it's very important to find out if your url resolves correctly on the web server. You can simply open a browser ON the server and type in the url - or you can ping the url - or whatever. By the way - CFMX's scheduler seems MUCH more reliable than CF 4.x or 5... at least to me.
-Mark -----Original Message----- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 5:49 AM To: CF-Talk Subject: Schedule in MX Hi I've got 4 schedules running in my CFMX admin - every 5 mins. If I run each app direct through browser but not scheduled task then it doesn't even take a second to finish. And log is not written on SERVER.LOG (which i've set to log each page taking more than 2 secs). Thats fine - but problem is that each schedule runs every 5 mins and each app in schedule is logged in my SERVER.LOG taking 120 secs or more. Why is it? why same app which takes 1 sec to run is taking 120 sec to run through schedule in MX? Any idea, suggetions.... My MX server is crashing sporadically (each time I'd to restart CFMX services) and that's only problem I've found so far that may be some apps (scheduled tasks) taking so long are causing the damage. Thanks Shahzad Butt (Development Engineer) JJ FastFood Distribution Ltd. Office: +44 (0) 1992 701 722 Mobile: +44 (0) 7739 556 280 Fax: +44 (0) 1992 701 604 7 Solar Way, Innova Park, Enfield, London, EN3 7XY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

