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
Post a Comment