How can I take advantage of my multi-processor mutli-threaded machine with dual headed monitors to get better performance out of NIST-SIP?
This may be of use when you are building a high performance server software component. Inform the stack that your listener is re-entrant using the gov.nist.javax.sip.stack.REENTRANT_LISTENER=true configuration property. Manage the thread pool size to suit your needs. See the gov.nist.javax.sip.stack.THREAD_POOL_SIZE=number configuration property. Be careful that your listener is indeed re-entrant. The stack will parse, manage the transaction state machine and call your listener code in the same thread avoiding queueing.
Related Questions
- I have two supported NEC display monitors that I would like to use in a dual monitor configuration on one machine. Do I need to purchase 2 licenses of the SpectraView software?
- How can I take advantage of my multi-processor mutli-threaded machine with dual headed monitors to get better performance out of NIST-SIP?
- Can I run two different window managers together on a dual headed machine?