News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Boot Linux faster

Sep 24, 2003 — by LinuxDevices Staff — from the LinuxDevices Archive — views

A free article published on IBM's DeveloperWorks Web site by IBM software engineer James Hunt presents a technique for starting some system services in parallel to speed up boot time.

The article begins with a great explanation of the system of startup scripts used on most Linux systems, along with brief tutorials on the use of the chkconfig and service utilities for startup script management. It then describes how to re-purpose the make utility for managing dependencies between system services, and use make's -j flag for starting services in parallel when possible while still respecting those dependencies.

Read full story


 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.