此内容没有您所选择的语言版本。
Chapter 5. Number of threads (Server mode only)
Hot Rod Server uses worker threads which are activated by a client’s requests. It’s important to match the number of worker threads to the number of concurrent client requests:
Hot Rod Server worker thread pool size
<hotrod-connector socket-binding="hotrod" cache-container="local" worker-threads="200">
<!-- Additional configuration here -->
</hotrod-connector>