Gentoo Archives: gentoo-dev

From: Paul de Vrieze <gentoo-user@××××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] initscripts in python
Date: Thu, 17 Apr 2003 07:43:04
Message-Id: 200304170943.02875.gentoo-user@devrieze.net
In Reply to: Re: [gentoo-dev] initscripts in python by Joseph Carter
1 On Thursday 17 April 2003 07:49, Joseph Carter wrote:
2 >
3 > I don't know.. Python has this great feature that sh does not: it byte
4 > compiles its scripts and will execute the pre-compiled one if it doesn't
5 > have to do anything else. If everything required to boot a Gentoo system
6 > were done in Python thusly, it'd boot pretty fast. (This I consider a
7 > very worthwhile goal!)
8
9 The time in the init scripts is not spend actually waiting for bash to
10 evaluate the script. It is in actually starting the applications. Some have
11 builtin delays, and some are just big. Python would not help that at all. The
12 only thing that would help are paralel init scripts.
13
14 Paul
15
16 --
17 Paul de Vrieze
18 Researcher
19 Mail: pauldv@××××××.nl
20 Homepage: http://www.cs.kun.nl/~pauldv