From: Li, PingShan \(Kansas City\) (pingshan.li_at_[hidden])
Date: 2008-05-29 15:29:54


Here is what I learned for Linux.

 

In Linux, a thread is the same as process. For redhat, the default stack size for a process is 10240k.
this can be checked and changed by "ulimit " command. Setting different stack size will affect how
many threads can be created for Linux.