I have a script that downloads multiple rss/atom feeds via Feedparser. The script uses twisted.internet but the developer tells me there is no way to use etag and last-modified with twisted. Instead I'll let Feedparser do the download and use twisted for threads. What is the maximum pool size I can use? Thanks, Jacob