> But a crash of CF/Machine will still result in loss of data Does that happen often? I can't remember the last time it's happend to me (at least a couple years). We rarely cycle down CF (maybe 6-8 times a year), but that's of more concern than random crashes, and Application.cfc addresses the issue. There's always a chance for data loss, just the window is larger with my example.
> scheduler in CF is based on a CFHTTP call which is basically a double > overhead. Yeah, that's true. You could dispatch the request from cron, if it matters much. However, under load one extra request per minute is insignificant, and if you're not under load then it's also insignificant. Doesn't seem like much of a concern. On Wed, 16 Mar 2005 16:19:03 -0500, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > But a crash of CF/Machine will still result in loss of data and the > scheduler in CF is based on a CFHTTP call which is basically a double > overhead. > On the other hand, I totally forgot that gateways are enterprise only. This > makes your solution more of an option for those not on enterprise. > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:199052 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

