Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用芝麻 RDFStore。我想知道芝麻可以支持多少传入的并发请求(连接)。
是否有任何 Jetty/Sesame 配置可以更改以支持更多?
与 webapp 的并发连接数由 Jetty 决定,而不是 Sesame。Sesame 本身在其大多数后端支持多线程访问,因此您实际上只受每个线程消耗的资源数量的限制(例如,如果您必须同时序列化 X 个大型查询结果,您可能会耗尽内存)。