Date: Sun, 28 Nov 1999 11:17:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Teun Burgers cc: djgpp AT delorie DOT com Subject: Re: is there any cgi library for djgpp? In-Reply-To: <383DB0C0.6B76097B@ecn.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 25 Nov 1999, Teun Burgers wrote: > > Compiling CGI programs with DJGPP is not a good idea at all: most > > probably the resultant executable won't work. The problem is that DJGPP > > produces DOS programs, which are run by Windows in a separate Virtual > > Machine. Since the HTTP server, like any Windows program, runs in the > > System VM it needs to employ special tricks to redirect standard input > > and output from a DJGPP program. Alas, most Windows servers don't > > bother to employ these tricks. > > I disagree! I used Laszlo Molnars perl 552b port with the > Windows version of Apache to run CGI scripts. This simply works. Note the "most probably" part of my message. Most people don't use Apache as their server (although IMHO they should). And even with Apache, you need tricks like using REDIR.