Maximum number of threads with RedHat 255?
>> With a RedHat 7.1 install (Intel architecture), the stock kernel comes >> with a limit of 65535. When running a simple program which sits in a loop >> creating threads & detaching them, the maximum number of threads I can >> reach is 255 – the same limit as a stock kernel from RedHat 6.1. On a modified > > > Too bad no one has an answer for this… I’m going to *attempt* to > figure this one out since one of the programs I’m writing is coming to > this same blockade. > I imagine you hit the max user processes limit, you can change it with ulimit -u ‘num’ in bash or limit maxproc ‘num’ under tcsh. You can also change the default soft/hard limits in /etc/security/limits.conf as well. Kostas Gewrgiou =================================TOP=============================== Q381: Best MT debugger for Windows… ahem people, Pardon this post, by me, a rather beginner to multithreading, both under win32 and nix, but, IMO, it would be IDIOTIC (!!) to use a win32 debugger when debugging win32 thr