On Dec 15, 2007 5:01 AM, Evan Weaver <<a href="mailto:evan@cloudbur.st">evan@cloudbur.st</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I see now that WSGI is a interface spec, not a single server. What's<br>the main WSGI server? Apache/mod_wsgi? The stdlib<br>wsgiref.simple_server looks like Webrick.<br><br>CherryPy's server looks pretty good (<br>
<a href="http://www.cherrypy.org/browser/trunk/cherrypy/wsgiserver/__init__.py" target="_blank">http://www.cherrypy.org/browser/trunk/cherrypy/wsgiserver/__init__.py</a><br>). They use a thread pool with a queue. I guess the GIL lets them
<br>sidestep queue race issues?<br><br>Evan<br><div><div></div><div class="Wj3C7c"><br></div></div></blockquote><div><br>Is WSGI something worth pursuing? There is a Nginx WSGI extension now.<br><br> ~Wayne <br></div></div>