what database driver are you using? if you're using the sun jdbc-odbc bridge then it's prone to locking up and you'll have to purchase a proper driver. -----Original Message----- From: Thomas Krantz <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Date: Saturday, 14 October 2000 2:28 Subject: my orion freezes at a high load > >Hi, > >I am stress testing Orion, and in my application I have >lots of JDBC calls that use a configured data-source. >I have noticed that Orion stops serving requests (not even >static pages) after a while of high load. It still listen >to port 80, but doesn't return any content. If I increase >the "max-connections" data-source setting the system lives a little >bit longer. Now, I realize that I probably have leaking connections, >but shouldn't Orion log somewhere if the max-connection limit is >reached? And why doesn't it serve static pages? I can't find anything >strange in any logs at all. > >I am using Solaris 8 sparc with Java 1.2 (tried 1.3 also) and >Orion 1.3.7. > >Any clues? > >/ Thomas > >-- >"Hard work often pays off after time, > But laziness always pays off now." > >PGP Public Key: http://www.algonet.se/~tok/pgp.txt > >
