mldvx4 has asked for the wisdom of the Perl Monks concerning the following question:
Where can I look for the current best practices regarding implementing a perl script using Fast CGI? Which module(s) should I look at and which should I avoid? I'm starting to process data from HTML forms using Fast-CGI, but have done quite a lot with slow CGI in the distant past. The perl script will be communicating with the web server via UNIX sockets.
Also, should the script fork ever? If so, when and what should be done with the UNIX socket to handle the forking?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: What are best practices for Fast CGI nowadays?
by karlgoethebier (Abbot) on Mar 21, 2018 at 20:00 UTC | |
by mldvx4 (Friar) on Mar 21, 2018 at 20:13 UTC | |
by Anonymous Monk on Mar 21, 2018 at 22:02 UTC | |
by mldvx4 (Friar) on Mar 22, 2018 at 12:14 UTC | |
by karlgoethebier (Abbot) on Mar 23, 2018 at 12:28 UTC | |
Re: What are best practices for Fast CGI nowadays?
by rizzo (Curate) on Mar 21, 2018 at 20:22 UTC | |
Re: What are best practices for Fast CGI nowadays?
by mldvx4 (Friar) on Mar 22, 2018 at 12:16 UTC | |
| |
Re: What are best practices for Fast CGI nowadays?
by locked_user sundialsvc4 (Abbot) on Mar 22, 2018 at 01:18 UTC |