What I do is: I test the application by an application called web application stress. I test with about 450 threads (users) since the application will be used by about 3000 users. so the no. of hits per seconds reaches 20 - 24. I use a COM connection and I set the max number of connections to...
I developed an ISAPI application that uses TOracleSession. The problem is after reaching 59 session in memory all sessions are destroyed and new sessions is created. During this small laps of time (between destroying and re-creating) a lot of requests get an "Internal Server Error" as an answer...