|
|
Subscribe / Log in / New account

Now what about shutdown?

Now what about shutdown?

Posted Sep 23, 2008 17:09 UTC (Tue) by s0f4r (guest, #52284)
In reply to: Now what about shutdown? by Felix_the_Mac
Parent article: LPC: Booting Linux in five seconds

So far we've seen large jitter in shutdown times - varying from 3 to well over 10 seconds. Shutdown is a really hard case for optimization as we have no idea what threads are going to be woken up and perform work when we killall9, and thus it's extremely unpredictable.

We so try to send a sync() as early as we possibly can to the system to remove some of this load, which seem to help.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds