thanks for your quick reply: i read a comparison of mysql and apache derby and i found this line interesting: "it easily handles processing requests of 25 concurrent connections". source:"http://www.devx.com/ibm/Article/28526" what does this mean? does it mean that only 25 remote hosts can access the database simuaneously?
please help. Bryan Pendleton wrote: > >> i want to know how many hosts can access(both insertion and retrieval)the >> derby database via the derby network server. > > You mean, at the same time? Thousands. > > The limits aren't in Derby itself, but involve things like: > - whether your operating system can scale well > - how much hardware you can afford > - how carefully you write your application. > > If your clients aren't simultaneously accessing Derby, then > the limits are even higher. > > thanks, > > bryan > > > > > -- View this message in context: http://www.nabble.com/Help-Urgent%3AApache-derby-network-server-tp14458006p14465522.html Sent from the Apache Derby Users mailing list archive at Nabble.com.