←back to thread

53 points heavensteeth | 7 comments | | HN request time: 0.404s | source | bottom
1. cess11 ◴[] No.43652135[source]
Was FCGI ever common outside of PHP?
replies(6): >>43652165 #>>43652177 #>>43652287 #>>43652408 #>>43652637 #>>43653139 #
2. jeltz ◴[] No.43652165[source]
It was common in the Perl world.
3. actionfromafar ◴[] No.43652177[source]
I don't know, but I think I used it with Java and/or C at some point. It's very simple, you don't need libraries or anything.
4. p_l ◴[] No.43652287[source]
Before Phusion Passenger and Mongrel it was common in Rails world too.
5. 4ndrewl ◴[] No.43652408[source]
Before PHP it was common in the Perl world.
6. mrweasel ◴[] No.43652637[source]
I used it quite a bit with Python, but it was quickly supplanted by UWSGI.
7. Aldipower ◴[] No.43653139[source]
Yes, it was very common with Perl, even before PHP. I've written quite a lot of dynamic webpages with FastCGI and Perl and it led to fast and direct results. Combined with mod_perl you also could held this in memory. This was around 2000-2005.