Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Comunicattion between process
Name: nauj Date: January 8, 2009 at 01:56:34 Pacific OS: AIX 5.1 CPU/Ram: IBM Product: Ibm / Ibm Subcategory: Software Problems
Comment:
I want to know if it's possible to send signals between process in UNIX.
Signals like that:
SIGINT, SIGTERM, SIGTTIN, etc...
I want that process1 send a signal to process2 and recibe that signal using trap command in process2.
I don't know how to send the signal from process1. Do i need to know the process id of process1
Any advice will be greatly apreciatted, I'm a newnie in comunication between process.
Summary: I want to make another question about memory usage. Using ps command I see three parameteres: MEM VSZ RSS What are the differences between this parameters. What I want to know is memory RAM usage and ...
Summary: Those range searches come in handy. But they include the beginning and ending lines that contain the patterns. When you want only what is in between, you need more work. Another warning is that bot...
Summary: If you're killing a process from 'top', what is the difference between killing it with the default signal 15 or the 'sure, but rather abrupt' signal 9? If anyone knows, I'd be grateful for the info....