> Conceptually I'd like my manager1.get() to be one transaction, > manager2.update() another, fileLogger.write() a third, with one 'update > record' transaction around the lot - belt and braces defensive programming.
yep, that's the beast. and the replacement to that (to me - correct me if I'm wrong) is to start moving a lot of that logic directly into the database which flattens the app, cuts down code reuse and makes maintainance and enhancements like walking on eggshells. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
