Re: Strange fork limit

2001-01-22 Thread Cameron Simpson
| I have a perl script that is trying to fork many processes (this is a cgi | load teting script) but for some reason I cannot grab more than 54 child | processes at any given time. I am running the script as root. Is there a | shell level parameter that affects this or something? The process tab

Strange fork limit

2001-01-22 Thread Chuck Carson
I have a perl script that is trying to fork many processes (this is a cgi load teting script) but for some reason I cannot grab more than 54 child processes at any given time. I am running the script as root. Is there a shell level parameter that affects this or something? Thanks, CC