![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Comparing PIDs in a Shell... | marconi | Shell Programming and Scripting | 1 | 03-04-2008 12:43 AM |
| TO find the word which occurs maximum number of times | aajan | Shell Programming and Scripting | 5 | 01-11-2008 12:11 AM |
| comparing PIDs in shell.. | marconi | Shell Programming and Scripting | 2 | 12-19-2007 07:57 AM |
| Find out the maximum growing file in a mount | raman1605 | UNIX for Dummies Questions & Answers | 3 | 10-01-2007 05:25 PM |
| PIDs of background process | ramkumar | HP-UX | 3 | 02-09-2005 12:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to find the maximum # of PIDs
Is there a command in HP Unix which can be used inside a K shell to find out the maximum number of processes (PIDs) a pc can generate?
Any help will be greatly appreciated. Steve |
| Forum Sponsor | ||
|
|
|
|||
|
The pc is the machine which I am running processes locally.
I have this program which runs multiple processes at once but when this program runs for a long time I get a error "cannot fork, too many processes". So I want to create a shell which will stop new processes to be started when the machine reaches the limit of processes to be running at once to avoid this error. |