As far as I understand it can be many connections as long as they come from the same JVM. How do you think pool connections work with derby? -----Original Message----- From: Michael Segel [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 31 May 2006 04:32 PM To: 'Derby Discussion' Subject: RE: [MEMORY]Free memory
Silly question... If the database is being opened as an embedded database, that would imply that you can only have one user or is it one connection to the database? Assuming that there can only be one connection, when its closed, shouldn't derby stop running? > -----Original Message----- > From: Bryan Pendleton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 31, 2006 9:07 AM > To: Derby Discussion > Subject: Re: [MEMORY]Free memory > > > Is there something to do closing a database to free all memory use > > by this database ? > > In addition to committing and closing your connections, you can also > shut down the database: > http://db.apache.org/derby/docs/10.1/devguide/tdevdvlp40464.html > > thanks, > > bryan
