Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26955

Re: Running Python web apps on shared ASO servers?

Date 2012-08-12 22:26 +0100
From Tim Golden <mail@timgolden.me.uk>
Subject Re: Running Python web apps on shared ASO servers?
References <qbsd289b9ndtrb5sg17u8gr8rge60kci4p@4ax.com> <mailman.3206.1344751000.4697.python-list@python.org> <4i5g2890hj3d1tuqe21o0dssh39tair3s2@4ax.com>
Newsgroups comp.lang.python
Message-ID <mailman.3211.1344806873.4697.python-list@python.org> (permalink)

Show all headers | View raw


On 12/08/2012 21:52, Gilles wrote:
> On Sun, 12 Aug 2012 07:56:26 +0200, Dieter Maurer
> <dieter@handshake.de> wrote:
>> You should probably read the mentioned forum resources to learn
>> details about the Python support provided by your web site hoster.
>
> Yup, but so far, no answer, so I figured someone here might now.
>
> Those articles seem to indicate that CGI isn't a good solution when
> mod_python isn't available

Just to make a point: one person's "isn't a good solution" is another 
person's "works perfectly well for me". Modern servers are really quite 
quick: the cost of starting up a Python process and generating an HTML 
page can be really quite low. I've certainly had low-traffic production 
websites running for years on CGI without anyone complaining.

If speed was an issue or if I thought that I'd be getting more requests 
than I am then I'd consider a more sophisticated solution.

TJG

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Running Python web apps on shared ASO servers? Gilles <nospam@nospam.com> - 2012-08-12 02:03 +0200
  Re: Running Python web apps on shared ASO servers? Dieter Maurer <dieter@handshake.de> - 2012-08-12 07:56 +0200
    Re: Running Python web apps on shared ASO servers? Gilles <nospam@nospam.com> - 2012-08-12 22:52 +0200
      Re: Running Python web apps on shared ASO servers? Tim Golden <mail@timgolden.me.uk> - 2012-08-12 22:26 +0100
        Re: Running Python web apps on shared ASO servers? Gilles <nospam@nospam.com> - 2012-08-13 13:28 +0200
  Re: Running Python web apps on shared ASO servers? Gilles <nospam@nospam.com> - 2012-08-16 16:01 +0200
    Re: Running Python web apps on shared ASO servers? Emile van Sebille <emile@fenx.com> - 2012-08-16 12:59 -0700

csiph-web