sidnt / lmdz

0 stars 0 forks source link

gap between instantiation & first use, for a txn handle #44

Open sidnt opened 4 years ago

sidnt commented 4 years ago

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.

sidnt commented 4 years ago

14