Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 2609 invoked by uid 6000); 13 Oct 1998 15:09:56 -0000 Received: (qmail 2584 invoked by uid 149); 13 Oct 1998 15:09:54 -0000 Date: 13 Oct 1998 15:09:54 -0000 Message-ID: <19981013150954.2583.qmail@hyperreal.org> To: apache-bugdb@apache.org, marc@apache.org, tiberius@ms13.url.com.tw From: marc@apache.org Subject: Re: mod_cgi/3195: Support for CGI STDIN/STDOUT pipe to a file Sender: apache-bugdb-owner@apache.org Precedence: bulk [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ] Synopsis: Support for CGI STDIN/STDOUT pipe to a file State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Tue Oct 13 08:09:54 PDT 1998 State-Changed-Why: That is normally called "WinCGI". Apache does not support it and there are no plans to do so. You really need to get a more modern language. Current versions of Visual Basic, for example (I assume that is what you mean by "VB") can use stdin and stdout just fine. If that is not possible, it should be quite trivial to write a wrapper that does this for you. It is very slow and inefficient though.