Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2009-05-06, 11:24 AM   #1
MadCat
If something's hard to do, then it's not worth doing
 
MadCat's Avatar
 
Join Date: Sep 2008
Location: Berlin, Germany
Posts: 247
Question about webhosting

Hi folks,

Trying to figure something out for a project I'm working on; how many webhosts support FastCGI? Anyone have any idea on whether it's commonly supported or whether it's something "special".
__________________
What's blue and not heavy?
MadCat is offline   Reply With Quote
Old 2009-05-06, 12:50 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
I would say 30% of virtual hosts support it as it is the only way to allow legacy php4 versus php5 parsing on the same site. Of those, some will prevent environment changes effectively denying clients the ability to run fastcgi processes. Virtual providers tend to dislike it because it creates extra processes running on the machine. Dedicated machines generally have it, but, usually not configured.

We're finding more people using mod_wsgi which is a very similar technology and I believe Catalyst works under it. It isn't as widely deployed as mod_passenger. CGI still has the stigma that CGI is bad -- a carryover from the mid '90s.

If you're asking the question I think you're asking, developing an application that depends on it will probably run into deployment problems putting you into a situation of running a hosted solution, or having a very small list of hosting companies able to use it.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2009-05-06, 02:24 PM   #3
MadCat
If something's hard to do, then it's not worth doing
 
MadCat's Avatar
 
Join Date: Sep 2008
Location: Berlin, Germany
Posts: 247
I was in fact asking the question you thought I was asking -- in a way. Working on some TGP/LL scripts that I want to put out on the market as it were, and sort of figuring out what I can get away with on the framework end of things.

CGI isn't necessarily bad, just that Catalyst using it's CGI engine is a slow bitch to start up, takes about 1 second for it to start generating output (and this is just a simple test template that doesn't do anything much), so it does sort of work for an admin interface for a TGP/LL (since it builds static files).

The big problem with Catalyst though is that it needs a shitload of modules to be there for it to work. Catalyst::Runtime isn't installed on most hosts that I know of, and then you get all the things like Template::Toolkit, DBIx::Class, the Unicode/Authentication/Session/etc. plugins for Catalyst, and so on.

I did my initial stuff on Catalyst 5.70 which was a lot better in that regard, 5.80 has been Moose-ified which means you get to deal with another 50 modules purely for Moose.

Ahhh anyway.. ranting here... yes, question answered, thanks Time to dig up my old hand-rolled framework I guess
__________________
What's blue and not heavy?
MadCat is offline   Reply With Quote
Old 2009-05-06, 11:46 PM   #4
nate
I can now put whatever you want in this space :)
 
nate's Avatar
 
Join Date: Mar 2009
Location: Merica!
Posts: 543
bluehost
__________________
Its just a jump to the left.
nate is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:19 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc