Porting Enterprise Apps from UNIX to Linux
By Martyn Honeyford2005-04-17
Configure Kernel Karameters
The programmer might be required to tune some of the kernel parameters so that the application can scale at runtime. If that's the case, some of the important kernel parameters to consider are threads-max (maximum threads per process), shmmax, msgmax, and so on. The list of configurable parameters is available in /proc/sys/kernel. The parameters can be configured using the /sbin/sysctl system call. The threads-max parameter can be particularly important if you are porting a large multi-threaded application.
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 |
