Porting Enterprise Apps from UNIX to Linux
By Martyn Honeyford2005-04-17
Signaling
Signaling -- sending control signals that start and stop a transmission or other operation -- is not much different on Linux as compared with other Unix platforms except that the signal numbers might differ or some of the signals, such as SIGEMT, are not available on some distributions (such as RHEL AS 3). (For more details on differences in signaling between Solaris and Linux, see the reference in the Resources section.)
Tutorial Pages:
» A Practical Checklist, Tips, and Insight Drawn from Experience
» Get the Build System Working
» Decide on a Viable Operating Environment
» Architecture-Specific Changes
» Choose an IPC Mechanism
» Select the Threading Model
» File System, Usage Parameters, Stacks
» Memory Maps and Using Shared Memory Segments
» Signaling
» Configure Kernel Karameters
» Parser Tools like lex/yacc
» Globalization Issues
» Security Concerns
» Locating Installed Packages and Variable Data
» Testing
» There's a Port in Every Storm
» Resources
First published by IBM DeveloperWorks
| Related Tutorials: » How to Install PHP 5 on Linux » How to Install Apache 2 on Linux » How to Install MySQL 5.0 on Linux » SMB Caching » Mound --Bind » Tar Wild Card Interpretation |
