[Twisted-Python] Re: http server performance

Matthew Glubb matt at madebykite.com
Tue Mar 4 13:52:33 MST 2008


I loooooove memcache, but I still defer it to a thread :/
	

Matthew Glubb
Technical Partner

email: matthew.glubb at madebykite.com
phone: 44 (0) 7715 754017
skype: mglubb

Kite
http://madebykite.com

--
GPG: 96FF DE0E 0B7B 37F0 7F8D C54C E285 3D8F 5625 9244

On 4 Mar 2008, at 20:22, Marc Byrd wrote:

> Clearly image_retrieve should also be async.  All the beauty of  
> twisted is destroy by locking it for such a retrieve.  Almost  
> anything that goes offboard (incl. filesystem) should be a  
> deferred.  The only exception i've found is memcached, because it's  
> so dang fast ;^)
>
> I presume your needs are slightly beyond your code sample, which  
> may have been modified for clarity, but if not, other web servers  
> and proxys suggested may be a good way to go.
>
> m
>
>
> On Tue, Mar 4, 2008 at 11:47 AM, Nicola Larosa <nico at teknico.net>  
> wrote:
> Matthew Glubb wrote:
> > if you are looking for high performance based on an asynchronous  
> events
> > you might do well to take a look at the lighttpd web server.
>
> And to nginx, also asynchronous, and without a history of leaking  
> memory.
>
> Notice how I actually said nothing about Lighttpd: you may have  
> imagined
> it. ;-)
>
> --
> Nicola Larosa - http://www.tekNico.net/
>
> The [European] Parliamentary Assembly therefore urges the member  
> states,
> and especially their education authorities: [...] to firmly oppose the
> teaching of creationism as a scientific discipline on an equal footing
> with the theory of evolution and in general resist presentation of
> creationist ideas in any discipline other than religion.
>  -- European Parliament, resolution 1580 (2007)
>
>
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python





More information about the Twisted-Python mailing list