X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Pipe() Date: Thu, 14 Jul 2011 13:54:34 -0700 (PDT) Organization: http://groups.google.com Lines: 21 Message-ID: <2c2cb23a-846a-4c08-9052-ce12066b1d99@e8g2000yqi.googlegroups.com> References: <639f9631-f9d6-42b8-bf70-f943afe5afa8 AT n28g2000vbs DOT googlegroups DOT com> <9b97a0e5-b352-406d-9504-9947629f7d69 AT s17g2000yqs DOT googlegroups DOT com> <554b20d9-38c3-4a0b-9769-01cf2cc59884 AT w24g2000yqw DOT googlegroups DOT com> <83r55udlym DOT fsf AT gnu DOT org> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1310676960 2408 127.0.0.1 (14 Jul 2011 20:56:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 14 Jul 2011 20:56:00 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: e8g2000yqi.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: UHALERCNK X-HTTP-UserAgent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50,gzip(gfe) Bytes: 2285 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p6ELF15u026675 Reply-To: djgpp AT delorie DOT com Hi, On Jul 13, 2:22 pm, Eli Zaretskii wrote: > > From: Rugxulo > > Date: Wed, 13 Jul 2011 11:14:51 -0700 (PDT) > > > DR-DOS 7.03 can multitask (with its own EMM386 and DPMI loaded), and > > it's compatible with DJGPP. > > But unless someone implements `pipe' to make use of this multitasking, > this feature will not help. Right, but he's already porting it (whatever it is) from Linux to DOS, so I assume he has some urge (need? want?) to do some things himself. At least with DR-DOS (or RDOS or similar), it's less "impossible" than standard MS-DOS or FreeDOS. BTW, it seems GNU pth 2.07 just uses an "auto-sizing ring buffer" for its fake pipe, esp. for 2.03p2. And it has a configure option to disable pipes altogether (and thus disables threaded signaling but that allegedly speeds up threads 10x overall).