How about just using <cfsetting...> inside the Event Gateway CFC itself?

- Calvin

-----Original Message-----
From: Paul Kenney [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 9:06 PM
To: CF-Talk
Subject: Re: Event Gateway's and runaway threads...

This global setting is something you could also override for all gateway 
CFCs in a directory using the <cfsetting> tag in an Application.cfc or 
Application.cfm file.

On 4/13/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> 
> On 4/12/05, dcooper @ macromedia. com dcooper @ macromedia. com
> <[EMAIL PROTECTED]> wrote:
> > The Async CFML Gateway looks for optional CFEvent structure field 
> "timeout", and if it exists, sets the time-out, in seconds, during which
the 
> listener CFC must process the event request and return before ColdFusion 
> gateway services terminates the request.
> >
> > The default value is the Timeout Request value set on the Server 
> Settings page in the ColdFusion MX Administrator.
> >
> > Set this value if a request might validly take longer to process than 
> the default timeout; for example, if the request involves a very long 
> processing time.
> 
> Learn something new (and useful) every day - thanx Damon!
> 
> So by default, there's no timeout (so event gateway processes could
> run forever). If you check the setting in CF Admin (because you want
> to timeout HTTP requests) then it also affects event gateway requests,
> unless you can override it in a specific event gateway? (for the
> asynchronous gateway, you can obviously pass a much higher timeout
> value in the event struct but what about the other gateways, like the
> Directory Watcher?)
> --
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202743
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to