Re: Exiting a FCGI program after making a request.
Bill Snapper (snapper@openmarket.com)
Wed, 02 Oct 1996 07:51:24 -0400
Message-Id: <3252573C.490C@openmarket.com>
Date: Wed, 02 Oct 1996 07:51:24 -0400
From: Bill Snapper <snapper@openmarket.com>
To: Michael Vargo <mvarg@ctp.com>
Subject: Re: Exiting a FCGI program after making a request.
Michael Vargo wrote:
>
> Basically what I want to do is after the FCGI program finishes with a request and sends the data back to the client, I want to exit the program. I've tried a few ways but I always seem to get "Server Error" pages back to the client. Any help is appreciated.
>
> mvarg@ctp.com
Hello,
Have you tried making a call to "FCGI_Finish" prior to exiting
the program? This will complete the current request.
- Bill -