We need clients that can survive an X restart.
Posted Jan 19, 2007 21:27 UTC (Fri) by
jwb (guest, #15467)
In reply to:
We need clients that can survive an X restart. by AJWM
Parent article:
LCA: Andrew Tanenbaum on creating reliable systems
Actually X11 is (used to be) stateless. These days with backing stores and compositing it's not quite true. GTK+ has had for years the ability to disconnect from one display and reconnect to another, which also means that you can connect it to a dummy display while your real display restarts. However this toolkit capability has been long neglected by application writers.
(
Log in to post comments)