Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] Codenamed: MUD4TLD

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] Codenamed: MUD4TLD


Chronological Thread 
  • From: Christopher <weblionx AT gmail.com>
  • To: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] Codenamed: MUD4TLD
  • Date: Mon, 11 Jun 2012 19:14:53 -0700

On Mon, Jun 11, 2012 at 2:46 AM, Martin C <martin AT mchomenet.com> wrote:
>> I wouldn't suggest that you use CGI, though. It's old and slow.
>
> I tried to google this but only found a few references to people talking
> about having to load Perl and it's various modules, ...

From what I've gathered is that there's CGI, then there's Fast CGI.
It's a slightly different standard that reduces overhead. If I recall
correctly, CGI runs the CGI program every time it makes a request.
Fast CGI lets the CGI program keep running (so there's no overhead of
starting/stopping the program constantly) and sends requests through a
socket. I think it also supports things in a more flexible manner, but
I don't know the details off-hand.



Archive powered by MHonArc 2.6.19.

Top of Page