Re: Ports and Queues - Thread Settings ?

2009-11-09 Thread patchsk
Hi Raj, There is no easy and straight answer to find the optimum number of threads. It is different for each app and environment. You need to start with a min number of threads and increase one or two at a time till you find the number which fits perfectly to your environment. Use api and thread

Re: Ports and Queues - Thread Settings ?

2009-11-09 Thread Sabyson Fernandes
@ARSLIST.ORG Sent: Mon, November 9, 2009 9:28:33 AM Subject: Re: Ports and Queues - Thread Settings ? Hi Raj, There is no easy and straight answer to find the optimum number of threads. It is different for each app and environment. You need to start with a min number of threads and increase one or two

Re: Ports and Queues - Thread Settings ?

2009-11-09 Thread Axton
Why is it crashing? I doubt this is related to the thread setting unless you have them set so high that the footprint for each thread is exhausting the memory allocation range. Do you have a core file? If so, what is the stack trace in the core that caused the crash? What is the memory

Re: Ports and Queues - Thread Settings ?

2009-11-09 Thread Misi Mladoniczky
Hi, I agree with Axton. The crashes has probably nothing to do with the thread settings. On topic optimum number of threads, I still use a very old recommendation from Remedy: If more than 10% of the calls are queued, add more threads The API-log can be used to determine the number of times

Ports and Queues - Thread Settings ?

2009-11-08 Thread Raj
Hello All, Was wondering, where to find more information on optimum thread value settings/dependency in the ports and queue tab of server information ? Our production server is crashing, so just as a debugging/ troubleshooting aspect trying to make sure that the thread values are properly set.