ObjectDB ObjectDB

Many connections possible? and will it makes problem in future?

#1

My questions is about :

1-) Can objectdb server handle 200.000+ connections at the same time concurrently ? Does it have queue and cache ?
2-) is it dangerous to use that system on many online users ?

 

edit
delete
#2

Having 200,000 concurrent threads is probably a bad idea. Usually this should be handled by the application server or web server (GlassFish, JBoss, Tomcat) or by dedicated load balancing tools.

ObjectDB doesn't limit the maximum number of allowed concurrent connections, but they are limited by practical factors such as thread numbers (depending on your operating system) and TCP/IP ports (when using client-server mode).

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.