Bug 77284

Summary: rc launches scripts one-at-a-time that would be faster to start in parallel
Product: [Retired] Red Hat Linux Reporter: Benjamin Delfin <ben>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: low    
Version: 7.3CC: rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-04 17:45:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch for rc file none

Description Benjamin Delfin 2002-11-04 17:43:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)

Description of problem:
rc launches all kill and start scripts in /etc/rc.d/rc*.d one-at-a-time, 
waiting for each to finish.  By starting up all kill or start scripts with the 
same number (eg. 17 for S17xinetd) in the background, then waiting for all of 
them to finish, startup time can be cut.  There's no reason not to launch non-
network services while waiting for a network service to come up.  Careful 
tweaking to see which packages can be started in parallel will allow for 
significantly lower bootup times.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Boot Linux normally
2.
3.
	

Additional info:

Comment 1 Benjamin Delfin 2002-11-04 17:45:22 UTC
Created attachment 83530 [details]
Patch for rc file

Comment 2 Bill Nottingham 2002-11-12 04:55:13 UTC
A better solution would be to take actual dependencies into account; we'll
probably look towards doing something in that way in the future.