Board index » delphi » MTS Dis/EnableCommit - using keeping objects alive?!?
davout
![]() Delphi Developer |
Fri, 24 Oct 2003 00:19:56 GMT
MTS Dis/EnableCommit - using keeping objects alive?!?
As a newbie to MTS I'm hoping somebody can provide me with some advice on
the following issues... I'm designing a set of D5 COM services to work with an ASP based web front System Each user first connects first to the COM server 'system' object and uses Here are my questions... a). Keeping the user's session object alive. With simple ASP all objects are created and then disposed of at the end of Should I be looking at using the MTS 'EnableCommit/DisableCommit' concepts? b). Keeping a singleton system object I really only want a singleton instance of the System object to be created Thanks, ..... davout |