<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Folks,<div><br></div><div>I am a little confused, and I haven't been able to find anything in the Twisted docs regarding this?</div><div><br></div><div><div>pool = threadpool.ThreadPool ()</div><div>root = Resource ()</div><div>root.putChild ("resources", File( server_root + os.sep + "resources") )</div><div>root.putChild ("thumbnails", File( server_root + os.sep + "thumbnails") )</div><div>root.putChild ("templates", File( server_root + os.sep + "templates") )</div><div>root.putChild ("albums", Gallery() )</div><div>factory = Site ( root )</div><div>print "Listening on Port 8888..."</div><div>reactor.listenTCP ( 8888, factory)</div><div>reactor.run()</div></div><div><br></div><div>I can't find how to add a ThreadPool to a standard reactor?</div><div>And how can I check or set Keep alive for the TCP connections?</div><div><br></div><div>Can anyone point me in the right direction?</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">    </span>- Benjamin</div><div><br></div></body></html>