Clearly image_retrieve should also be async.&nbsp; All the beauty of twisted is destroy by locking it for such a retrieve.&nbsp; Almost anything that goes offboard (incl. filesystem) should be a deferred.&nbsp; The only exception i&#39;ve found is memcached, because it&#39;s so dang fast ;^)<br>
<br>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.&nbsp; <br><br>m<br><br><br><div class="gmail_quote">
On Tue, Mar 4, 2008 at 11:47 AM, Nicola Larosa &lt;<a href="mailto:nico@teknico.net">nico@teknico.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Matthew Glubb wrote:<br>
&gt; if you are looking for high performance based on an asynchronous events<br>
<div class="Ih2E3d">&gt; you might do well to take a look at the lighttpd web server.<br>
<br>
</div>And to nginx, also asynchronous, and without a history of leaking memory.<br>
<br>
Notice how I actually said nothing about Lighttpd: you may have imagined<br>
it. ;-)<br>
<br>
--<br>
Nicola Larosa - <a href="http://www.tekNico.net/" target="_blank">http://www.tekNico.net/</a><br>
<br>
The [European] Parliamentary Assembly therefore urges the member states,<br>
and especially their education authorities: [...] to firmly oppose the<br>
teaching of creationism as a scientific discipline on an equal footing<br>
with the theory of evolution and in general resist presentation of<br>
creationist ideas in any discipline other than religion.<br>
&nbsp;-- European Parliament, resolution 1580 (2007)<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</div></div></blockquote></div><br>