From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 18 Feb 2005 14:01:08 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] writing code In-Reply-To: <764e15834dcf9dbddc927eade3f6b8c5@vitanuova.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <764e15834dcf9dbddc927eade3f6b8c5@vitanuova.com> Topicbox-Message-UUID: 4d26277a-eace-11e9-9e20-41e7f4b1d025 > the first classic example i encountered of this was when i sent a > "reboot" message through such a connection. the kernel rebooted > immediately (not sending the reply), and as soon as the server came > back up again, it resent the request, causing another reboot, and on > and on. works as documented! ;-) > oh yes, here's another one for the pot: > change screen resolution dynamically. i made this work once, but in the aborted plan9port for windows. it's not too hard. if someone wants to go after it i can dig up the code i was using. russ