Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!cak@Purdue.ARPA From: cak@Purdue.ARPA Newsgroups: net.unix-wizards Subject: Re: 4.2 BSD Signals: A Proposal Message-ID: <15393@sri-arpa.UUCP> Date: Thu, 12-Jan-84 10:37:00 EST Article-I.D.: sri-arpa.15393 Posted: Thu Jan 12 10:37:00 1984 Date-Received: Sun, 15-Jan-84 01:32:20 EST Lines: 19 From: Christopher A Kent I think it's wonderful from a purely pragmatic standpoint. I probably won't write any new code that uses it (I'm a true believer), but we have so much old code that uses it that things have been a real pain around here trying to convert it all and leave it portable (one program system in particular, which we distribute, needs to be able to run on 4.1 and 4.2 and has to do timeouts of reads). By leaving the default behaviour as restartable system calls, "new" programmers will be encouraged to use that model, especially if they have only read as much as they need to know and haven't seen the manual page for sigrestartable yet. I think it's a win all around. Cheers, chris ----------