On May 21, 5:51 pm, Winfried Tilanus <[EMAIL PROTECTED]> wrote:
> On 05/20/2007 Graham Dumpleton wrote:
>
> Hi,
>
> > A more suitable example for comparison would have been:
>
> And are there any benchmarks with this new version available? Just
> curious...
Unless someone else posts that specific
On 05/20/2007 Graham Dumpleton wrote:
Hi,
> A more suitable example for comparison would have been:
And are there any benchmarks with this new version available? Just
curious...
best wishes,
Winfried
--
http://mail.python.org/mailman/listinfo/python-list
On May 20, 10:01 am, John Nagle <[EMAIL PROTECTED]> wrote:
> That's puzzling, because withmod_python, you're only invoking
> the compiler once per Apache restart. With CGI programs, you pay
> the loading penalty on every request.
>
> John Nagle
>
> [EMAIL PROTEC
That's puzzling, because with mod_python, you're only invoking
the compiler once per Apache restart. With CGI programs, you pay
the loading penalty on every request.
John Nagle
[EMAIL PROTECTED] wrote:
> Recently I've had to move my site to a new dedicated ser
Recently I've had to move my site to a new dedicated server running
FreeBSD 6.1. After installing apache 2.0.59, python 2.4.4 and
mod_python 3.3.1, I decided to bench a script in PHP vs one in Python.
I found out that for some reason, my mod_python was performing
extremely slow - magnitudes slower