54 seconds after parallelization
http://www.stardust.webpages.pl/files/fedora-upstart/bootchart-parallel.png
TODO:
- A better dependency handling
Your comments and suggestions are welcome.
Regards,
Michal
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
03-31-2008, 03:27 PM
Harald Hoyer
F9 parallel vs. serial bootscript
Optimization Kit wrote:
TODO:
- A better dependency handling
Your comments and suggestions are welcome.
Regards,
Michal
You may also parse the LSB Tags:
Required-Start
Should-Start
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
03-31-2008, 03:27 PM
Harald Hoyer
F9 parallel vs. serial bootscript
Optimization Kit wrote:
TODO:
- A better dependency handling
Your comments and suggestions are welcome.
Regards,
Michal
You may also parse the LSB Tags:
Required-Start
Should-Start
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
03-31-2008, 05:00 PM
"Optimization Kit"
F9 parallel vs. serial bootscript
On 31/03/2008, Harald Hoyer <harald@redhat.com> wrote:
> Optimization Kit wrote:
> > TODO:
> > - A better dependency handling
> >
> > Your comments and suggestions are welcome.
> >
> > Regards,
> > Michal
> >
>
>
> You may also parse the LSB Tags:
> Required-Start
> Should-Start
>
why do you hardcode these dependencies? just as a test measurement, what can be achieved?
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
03-31-2008, 05:11 PM
"Optimization Kit"
F9 parallel vs. serial bootscript
On 31/03/2008, Bill Nottingham <notting@redhat.com> wrote:
> Optimization Kit (optimizationkit@gmail.com) said:
> > TODO:
> > - A better dependency handling
>
>
> As this won't handle multiple dependencies cleanly, it's somewhat
> problematic.
I'm using something like this:
messagebus depends on rsyslog
haldaemon depends on messagebus
NetworkManager depends on haldaemon
deps for NetworkManager are resolved.
>
>
> Bill
>
Regards,
Michal
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
03-31-2008, 05:17 PM
Bill Nottingham
F9 parallel vs. serial bootscript
Optimization Kit (optimizationkit@gmail.com) said:
> > As this won't handle multiple dependencies cleanly, it's somewhat
> > problematic.
>
> I'm using something like this:
>
> messagebus depends on rsyslog
> haldaemon depends on messagebus
> NetworkManager depends on haldaemon
>
> deps for NetworkManager are resolved.
For things with a linear set, yes. But not everything is so fortunate.
Bill
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
03-31-2008, 05:22 PM
Simo Sorce
F9 parallel vs. serial bootscript
On Mon, 2008-03-31 at 13:17 -0400, Bill Nottingham wrote:
> Optimization Kit (optimizationkit@gmail.com) said:
> > > As this won't handle multiple dependencies cleanly, it's somewhat
> > > problematic.
> >
> > I'm using something like this:
> >
> > messagebus depends on rsyslog
> > haldaemon depends on messagebus
> > NetworkManager depends on haldaemon
> >
> > deps for NetworkManager are resolved.
>
> For things with a linear set, yes. But not everything is so fortunate.
Yeah, think what happen if you rsyslog is configured to send logs over
the network ...
--
Simo Sorce * Red Hat, Inc * New York
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list