Webhost that permits Dolphin CGI Applications...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Webhost that permits Dolphin CGI Applications...

Christopher J. Demers
I was wondering if anyone knew of a decent Windows based webhosting provider
that lets their users run Dolphin CGI EXE's.  I think we would like to avoid
co-locating at the moment.  Are there any decent shared hosting options out
there that would permit what we want to do?

Chris


Reply | Threaded
Open this post in threaded view
|

Re: Webhost that permits Dolphin CGI Applications...

Chris Uppal-3
Christopher J. Demers wrote:

> I was wondering if anyone knew of a decent Windows based webhosting
> provider that lets their users run Dolphin CGI EXE's.

I don't know of any such hoste (never looked ;-). I just wanted to remind you
about Steve Waring's FastCGI implementation.   That might give you the option
of running your actual "CGI" bit in-house, but called from your existing
webhost (if it supports remote FastCGI).  In any case, I'd imagine that FastCGI
would be an advantage even if you do find a suitable Window's based webhost,
since it'd avoid Dolphin's relatively long startup time.

    -- chris


Reply | Threaded
Open this post in threaded view
|

Re: Webhost that permits Dolphin CGI Applications...

Christopher J. Demers
"Chris Uppal" <[hidden email]> wrote in message
news:[hidden email]...

> Christopher J. Demers wrote:
>
>> I was wondering if anyone knew of a decent Windows based webhosting
>> provider that lets their users run Dolphin CGI EXE's.
>
> I don't know of any such hoste (never looked ;-). I just wanted to remind
> you
> about Steve Waring's FastCGI implementation.   That might give you the
> option
> of running your actual "CGI" bit in-house, but called from your existing
> webhost (if it supports remote FastCGI).  In any case, I'd imagine that
> FastCGI
> would be an advantage even if you do find a suitable Window's based
> webhost,
> since it'd avoid Dolphin's relatively long startup time.

Thanks Chris, I had heard about FastCGI, but never looked into it as what I
had been doing (regular Dolphin CGI) worked at the time.  Now our webhost
has decided to get creative and it doesn't work anymore. :(   The
functionality of the Dolphin script was fairly simple, so I may just rewrite
it in ASP.  The FAST CGI sounds interesting if I can find a host that
supports it.  I never enjoy looking for webhosts.  I usually find a decent
one, and then in a few years their competence gradually diminishes and I
have to find another.

Chris