Close
jGuru Forums
Posted By: Benny_keinan Posted On: Sunday, September 1, 2002 02:57 AM
Hi, I have a process that for each connection open a new thread. Is there a recommended number of threads I should set for the maximum thread per process? Thanks, Benny
Re: What is the recommended number of threads that a single process should run.
Posted By: chris_moran Posted On: Sunday, September 1, 2002 02:07 PM
The answer to that question depends completely on therobustness of your system. Nobody can give youa flat rule that covers all systems. There are many factorsto consider:1. System load - How many people / applications willbe running on your system.2. How much memory does your system have?3. Are you running *nix or winblows?4. What are you dbms limitations?5. What OS version are you using?6. Is your app transaction-based or scheduled?Answering those questions (and undoubtedly many more)will give you an idea of where to start with yourtesting.Good luck.
1. System load - How many people / applications willbe running on your system.
2. How much memory does your system have?
3. Are you running *nix or winblows?
4. What are you dbms limitations?
5. What OS version are you using?
6. Is your app transaction-based or scheduled?Answering those questions (and undoubtedly many more)will give you an idea of where to start with yourtesting.Good luck.