Knut Anders Hatlen a écrit :
[email protected] (Dag H. Wanvik) writes:
Arnaud Masson <[email protected]> writes:
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)
I am not aware any progress has been made on this issue, unfortunately.
If you think it should be adressed, filing a JIRA issue is a good first
step: https://issues.apache.org/jira/browse/DERBY
(I don't think there is one filed yet, is it?)
No I didn't find a Jira entry for that.
I have entered https://issues.apache.org/jira/browse/DERBY-4210.
Thanks!