[Twisted-Python] WSGI Thread-management strategy
    Jim Fulton 
    jim at zope.com
       
    Thu Dec 15 15:15:42 MST 2005
    
    
  
Jim Fulton wrote:
...
> In an application like Zope, application threads are expensive.
Of course, threads are expensive for all applications, to some degree.
Typically, they require at least a meg of stack space. No big deal
of you only have a few, but quire a problem if you had to have one
for each acrive request on a busy server.  But, of course, y'all
know this. That's why you use Twisted. :)
Jim
-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org
    
    
More information about the Twisted-Python
mailing list