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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202709 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

