Sergei Pavlov
Sergei Pavlov
Actually we can reduce the amount of time spent in External/Native code by improving callers of that code. For example: I found O(n²) - complexity algorithms where O(n) can be...
> 4\. This custom behavior is possible to realize without changes Yes, "On events" was our initial implementaion But after we implemented another feaure "SessionGuard" for detecting concurrent usage of...
I did not use SessionHandler, have to learn it. Regarding to Transaction.Timeout, we need to limit execution time of code like: ``` var tx = session.OpenTransaction(); tx.Timeout = Timespan.FromSeconds(10); for...
I don't remember. By be just to make the code optimal for any case.
I don't mind these changes, but to test them with our app requires big efforts to create special branches and build. So I'm going to wait until they will be...
@alex-kulakov ?