[Tutor] Python vs. PHP

kent@springfed.com kent@springfed.com
Mon, 28 Jan 2002 06:38:59 -0600




--- Original Message ---
From: kent@springfed.com
To: =A0<alan.gauld@bt.com>
Cc:
Sent: Mon, 28 Jan 2002 06:36:16 -0600
Subject: RE: [Tutor] Python vs. PHP

>
>>The point is that despite the hysteria generated, there
>>is very little to choose between ASP or CGI style web
>>scripting.
>>
>>Alan G
>
>My concern is performance, not scripting style.
>
>My understanding is that with CGI/Python/DB
>each call starts an interpreter, opens a db connection,
>makes the query, closes the connection, generates the
>page, ASP simply makes the call and generates the page.
>
>Zope sounds great, as does mod_python, however I want
>to program for cheap hosting, which means CGI or PHP.
>
>I'd love to hear stories of CGI/MySQL/Python sites being
>snappy and stable under heavy load, or a comparison of
>PHP and CGI performance.
>
>
>