Are the built-in HTTP servers production quality?

Daniel Eloff danieleloff at hotmail.com
Mon Jul 19 16:18:26 EDT 2004


Exactly. First take the easiest approach that works, you can worry about
this stuff later.

I'm sure there's a lot of Python based web servers though, make sure you
are using the best one.

-----Original Message-----
From: python-list-bounces+danieleloff=hotmail.com at python.org
[mailto:python-list-bounces+danieleloff=hotmail.com at python.org] On
Behalf Of Grant Edwards
Sent: Monday, July 19, 2004 1:04 PM
To: python-list at python.org
Subject: Re: Are the built-in HTTP servers production quality?

On 2004-07-19, Daniel Eloff <danieleloff at hotmail.com> wrote:

> So buffer the entire file in memory. If the file is greater than a MB
> (or what you deem as too much memory usage) then take the slower, two
> passes through the file approach.

Methings we're quite a ways into premature optimization.

First make it work...

-- 
Grant Edwards                   grante             Yow!  I just forgot
my
                                  at               whole philosophy of
life!!!
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list