Lorenzo Jiménez <[EMAIL PROTECTED]> 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
