The save(Session) method in org.apache.catalina.session.JDBCStore is
single threaded, I assume because it uses a single database Connection
for the instance.  Is there any reason that I couldn't (or shouldn't)
subclass JDBStore and use a connection pool, allowing it to be
multi-threaded?


Mitch


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to