このコンテンツは選択した言語では利用できません。
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>
<hotrod-connector socket-binding="hotrod" cache-container="local" worker-threads="200">
<!-- Additional configuration here -->
</hotrod-connector>