3
My application is crashing and I don’t know exactly why. The only thing that repair is that when there are many users accessing, or making requests it happens.
When it happens I have to restart the application pool and raise the application again.
My question is, how should I investigate this?
I don’t know how to simulate many users accessing.
One more detail, if you or someone uses some tool to test the database (PL/SQL, MYSQL Workbench, etc), check if you leave any tables blocked, forgetting to give the commit or rollback in any of this database
– jefissu