in reply to Re^4: Getting query string with CGI::Fast
in thread Getting query string with CGI::Fast

What is FCGI?
  • Comment on Re^5: Getting query string with CGI::Fast

Replies are listed 'Best First'.
Re^6: Getting query string with CGI::Fast
by Anonymous Monk on Jul 28, 2020 at 12:10 UTC

    Fast CGI as opposed to plain CGI which loads the interpreter and all the needed modules for every single request.