- Is there any limit on server on serving number of requests per second or number of requests serving simultaneously. [in configuration, not due to RAM, CPU etc hardware limitations]
- Is there any limit on number of simultaneous requests on an instance of CouchbaseClient in Java servlet.
- Is it best to create only one instance on CouchbaseClient and keep it open or to create multiple instances and destroy.
- Is Moxi helpful with Couchbase 1.8.0 server/Couchbase java client 1.0.2
I need this info to setup application in production.
Thanks you