Path: utzoo!attcan!uunet!husc6!uwvax!rutgers!apple!bionet!agate!ucbvax!b-tech.ann-arbor.mi.us!zeeff From: zeeff@b-tech.ann-arbor.mi.us (Jon Zeeff) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: Splitting up KA9Q-net (was: Re: Anomalies with KA9Q) Message-ID: <8811102102.AA00584@b-tech.ann-arbor.mi.us> Date: 11 Nov 88 02:02:58 GMT References: <8811091318.aa29770@Louie.UDEL.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 6 It seems entirely feasible to run multiple threads within a single dos program - all you need is a small interrupt driven kernel to do scheduling and i/o. I've heard that some of the Microsoft C library routines are not reentrant though. Has anyone implemented a kernel for something like this?