could the gap between the instantiation of a transaction handle, and actually using it for the first time in the application, have any significant changes, esp, if that gap is too long? say our app is leaking, some of the newly created transaction handles, that even though are instantiated in the runtime, they are never actually called.
could the gap between the instantiation of a transaction handle, and actually using it for the first time in the application, have any significant changes, esp, if that gap is too long? say our app is leaking, some of the newly created transaction handles, that even though are instantiated in the runtime, they are never actually called.