You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Lorenzo Jiménez <lj...@nacion.co.cr> on 2007/06/05 01:45:52 UTC

Number of connections supported by Derby

Hi,

What is the limit of concurrent connections that Derby can handle?

Thanks,
Lorenzo Jimenez

Si usted no es el destinatario indicado en este mensaje o responsable como persona de la entrega del mensaje, no debe copiar o reenviar este mensaje, por favor notifique al correo infosegura@nacion.com.  Para más referencia sobre términos importantes relacionados a este correo visite http://www.nacion.com/disclaimer/index_es2.htm

If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or send this message to anyone, please notify to infosegura@nacion.com.  Click on the following link for important additional terms relating to this e-mail http://www.nacion.com/disclaimer/index_en2.htm


Re: Number of connections supported by Derby

Posted by Knut Anders Hatlen <Kn...@Sun.COM>.
Lorenzo Jiménez <lj...@nacion.co.cr> writes:

> Hi,
>
> What is the limit of concurrent connections that Derby can handle?

Derby doesn't have such a limit. Of course, you may run into limitations
in your OS or JVM (like maximum number of sockets or threads), run out
of memory or get lower performace when you increase the number of
connections, but there's nothing in Derby that prevents you from doing
it.

-- 
Knut Anders