Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!watmath!clyde!burl!we13!ihnp4!mit-eddie!gary From: gary@mit-eddie.UUCP (Gary Samad) Newsgroups: net.micro.pc Subject: Re: development environments Message-ID: <1713@mit-eddie.UUCP> Date: Mon, 30-Apr-84 21:50:57 EDT Article-I.D.: mit-eddi.1713 Posted: Mon Apr 30 21:50:57 1984 Date-Received: Tue, 1-May-84 19:26:20 EDT References: <348@cca.UUCP> Organization: MIT, Cambridge, MA Lines: 25 _ As for your PC development environment: 1) forget the PC with 2 floppies for any significant development. 2,3) the PC with hard disk (and RAM disk) makes compiling tolerable, but no data sharing and your PC is tied up for the minutes while compiling 4) we are using 3COM file servers and XTs. This works pretty well for compiling with shared data; but, WATCH OUT: no file locking. MSDOS assumes that you have complete control of the 'disk' and won't hesitate to munge blocks on the disk if 2 people try to access the same VOLUME, if even ONE is writing to it! 5) we also use XTs as terminal emulators, talking to our VAX over a 19.2Kbaud serial line. We cross C compile and download using MODEM7 protocol to debug. We will soon be downloading over the Ethernet using Network Research's Fusion (X.25) protocol. The multiprocessing ability is indespensable! This is my favorite. Gary Samad decvax!genrad!mit-eddie!gary