Number of threads linux supports

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mahiapkum
    New Member
    • Mar 2007
    • 35

    Number of threads linux supports

    Hi,
    I have to develop a server which will be running on a server class machine.To handle the clients i will be using threads.Can i know what is the maximum number of threads that can be created in linux.
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    How many threads your system can cope with is kernel dependant. Luckily, there are ways of testing that, which (oh what surprise) you can find by searching via google. For example, I just searched for linux maximum threads and it came up with this page which has a testing program written in C and (quite possibly out of date) instructions on how to increase that number. If you want to do so, I'd just search on google (or any other search engine of your choice) and try to find something. It's normally a quick and effective method.

    Greetings,
    Nepomuk

    Comment

    Working...