So if users need data after working with database give them consistent copy 
using backup 
http://db.apache.org/derby/docs/10.0/manuals/admin/hubprnt43.html#HDRSII-BUBBKUP-63476

Peter

On 4. 7. 2013, at 23:17, Trejkaz <trej...@trypticon.org> wrote:

> On Fri, Jul 5, 2013 at 12:44 AM, Bryan Pendleton
> <bpendleton.de...@gmail.com> wrote:
>> Have you considered using a connection pool in between your
>> application layer and the database, so that the connections
>> are retained and re-used, rather than being fully reclaimed
>> and fully reopened?
> 
> From the original post:
> 
> | and when the user closes the database they expect to be able to move
> | the files immediately after.
> 
> TX

Reply via email to