Hi, I have an application that processes real time data. And heavy data is coming. This is actually an old java application, now I'm moving it to .net core under conversion.
My question is We did not see a problem in pre-production tests, but when we installed it in the production environment, we started getting too many errors regarding the session and oracle repository. We guess the reason is that uow or repository is not working properly and everything works asynchronously as possible in the application (queries, loops etc). I guess we couldn't set up a thread-safe structure While reviewing the document, I found such an article, but the link for the source code does not work. Is it possible to access this source code? Or do I have a friend who has had this problem before who can help Please forgive if the subject is in the wrong place. *https://nhibernate.info/doc/patternsandpractices/nhibernate-and-the-unit-of-work-pattern* -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nhusers/b9fb871d-de5e-4ab1-9b48-8c2d104cf977n%40googlegroups.com.
