Weblog entry #2 for ajt

mod_perl articles
Posted by ajt on Sun 3 May 2009 at 10:51
Tags:

There are two nice mod_perl articles on the DA.org web site. There are a few silly comments posted by anonymous cowards but otherwise they seem to have had a popular reception.

 

Comments on this Entry

Posted by denny (212.49.xx.xx) on Thu 7 May 2009 at 18:09
[ Send Message | View Weblogs ]
Do you know much about fastcgi? I've heard of it but haven't looked into it, I get the impression it's doing much the same thing - a halfway house between standalone cgi scripts and mod_perl stuff.

[ Parent | Reply to this comment ]

Posted by ajt (195.112.xx.xx) on Thu 7 May 2009 at 18:52
[ Send Message | View Weblogs ]

fastcgi has a chequered history, it's open source now but it hasn't always been that way. It does have a reputation for being easier and simpler to use - though not quite as powerful or fast as mod_perl. It's a balance as to which is best, however it's good to see an article on at least one of them.

--
"It's Not Magic, It's Work"
Adam

[ Parent | Reply to this comment ]