Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!cory.Berkeley.EDU!dillon From: dillon@cory.Berkeley.EDU.UUCP Newsgroups: comp.sys.amiga Subject: Re: resources Message-ID: <8709020234.AA10718@cory.Berkeley.EDU> Date: Tue, 1-Sep-87 22:34:42 EDT Article-I.D.: cory.8709020234.AA10718 Posted: Tue Sep 1 22:34:42 1987 Date-Received: Thu, 3-Sep-87 04:17:44 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 25 >Amiga software developers please make your programs multi-tasking. The only >programs that don't have to be are the ones 9.5megs in size! (Are you >listening, makers of Chessmaster?!!). Also, don't "capture" resources before >or after their needed, who needs a telcomm program that hogs the serial port >when it's not dialing or maintaining a connection! C'mon guys! Sheesh! > - Martin Brown - mjb PNET There have been a few instances when I've wanted to bring up more than one terminal program at once, and I admit that perhaps adding a command to close/reopen the serial.device to my own terminal program would be a good idea. However, I don't think it would be a good idea to have it automatic (For instance, you want to receive connections while away). Do you mean "support multi-tasking" ?? or that we should make the programs out of lots of little tasks?? As far as support goes, I agree completely... I refuse to use any program which takes over my Amiga (except for a few games). There are many 'hidden' features of multitasking not readily apparent. Asyncronous IO, for instance. Not only is DOS capable of this (XFIO), but all EXEC devices as well. Since Asyncronous IO is inherent in EXEC devices most programmers take advantage of it without having to think about it. -Matt