Quiest
I like turtles!
Okay, I have the following problem:
I want to pause all processes a certain process has created, I used
	
	
	
		
but I noticed, that only freezes the last process created.
Is there any way of freezing ALL processes? Like
	
	
	
		
?
				
			I want to pause all processes a certain process has created, I used
		Code:
	
	signal(son,s_freeze);
	but I noticed, that only freezes the last process created.
Is there any way of freezing ALL processes? Like
		Code:
	
	signal(children,s_freeze);
//or
signal(sons,s_freeze);
	?
	