I have an application that opens several small derby databases (using EmbeddedDriver).
Most of of these instances don't handle many requests.
The problem is that each instance maintain its own thread "derby.rawStoreDaemon".
Is there a way to use a thread pool shared between instances instead ?
(There is also a discussion about that here: http://osdir.com/ml/apache.db.derby.devel/2005-04/msg00093.html)

Thanks in advance!

Reply via email to