Sesame concurrent connections -


i using sesame rdfstore. wondering how many incoming concurrent requests (connections) sesame can support.

is there jetty/sesame configuration can change support more?

the number of concurrent connections webapp determined jetty, not sesame. sesame supports multithreaded access on of backends, you're limited number of resources each thread consumes (e.g. might run out of memory if have serialize x large query results concurrently).


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -