in reply to Has anyone had problems with Perl, IIS, and FastCGI restarting their processes on every POST

Quitely,

I've also had this problem and have not yet found a solution (I filed http://forums.iis.net/t/1170379.aspx in August). We switched to Apache from IIS, but the apache mod_fcgid module has other issues (like inserting 1 second delays when it 'waits' for an available process). I looked at the repository for libfcgi for the fix that you mentioned in your last update, but still see a file that hasn't been modified since 2001. Can you please post from where this new source fix is available?

Thanks,

Steve

  • Comment on Re: Has anyone had problems with Perl, IIS, and FastCGI restarting their processes on every POST

Replies are listed 'Best First'.
Re^2: Has anyone had problems with Perl, IIS, and FastCGI restarting their processes on every POST
by Quietly (Novice) on Oct 05, 2010 at 21:34 UTC
    This is the link to the code change: libfcgi git commit

    Also, the maintainer told me that a new version of FCGI (the Perl module) will be released soon.