Is FastCGI still a right answer?
Posted
by Ted Henry
on Stack Overflow
See other posts from Stack Overflow
or by Ted Henry
Published on 2010-04-20T05:30:45Z
Indexed on
2010/04/20
5:33 UTC
Read the original article
Hit count: 429
fastcgi
FastCGI is old but it still seems like it must be the right answer in some cases.
It seems like the preferred deployment of Perl/Catalyst web applications is with FastCGI.
FastCGI was popular with Rails but seems to no longer be. (Why?)
The Java world doesn't seem to have anything to do with FastCGI. Is something like Tomcat way better than Apache+FastCGI?
Is choosing FastCGI still a good idea or just a lingering technology?
Ted
© Stack Overflow or respective owner