Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I take advantage of my multi-processor mutli-threaded machine with dual headed monitors to get better performance out of NIST-SIP?

0
Posted

How can I take advantage of my multi-processor mutli-threaded machine with dual headed monitors to get better performance out of NIST-SIP?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123