![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tree with UNIX | gunbol | Shell Programming and Scripting | 5 | 04-09-2008 05:51 AM |
| implementing AVL tree | arjunjag | High Level Programming | 1 | 07-09-2007 07:16 AM |
| directory as tree | anything2 | High Level Programming | 2 | 03-01-2007 06:38 AM |
| Process calls - making sense of truss results | jpeery | UNIX for Advanced & Expert Users | 3 | 06-16-2004 05:25 AM |
| · simerian · UNIX Process List Tree | Simerian | Shell Programming and Scripting | 3 | 10-28-2003 11:56 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can I make a process tree?
The tree must have X rows and each process must have Y sons. All the processes must comunicate with their fathers. Can anyone help me with that?
__________________
I like living single, drinking double and sleeping triple. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
just more info about my problem:
if i just use some For commands and fork i get a lot of extra (unwanted) sons in my tree. I finally made the tree look correct by stopping alll the sons after they are created by using SigStop but that doesn't help me because i can't get back into those sons in order to make them communicate with each other. I couldn't find any other way around that so i'm kinda of stuck.
__________________
I like living single, drinking double and sleeping triple. |
|||
| Google The UNIX and Linux Forums |