This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Matt Spitz, bquinlan, dmacnet, iunknwn, josh.r, pitrou, tomMoral, torsten
Date 2018-04-08.18:33:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523212387.19.0.682650639539.issue24882@psf.upfronthosting.co.za>
In-reply-to
Content
> If each worker thread ties up other resources in an application, such as handles to server connections, conserving threads could have a significant impact.

You may want to implement a pooling mechanism for those connections, independent of the thread pool.  It is also probably more flexible (you can implement whichever caching and lifetime logic benefits your application).
History
Date User Action Args
2018-04-08 18:33:07pitrousetrecipients: + pitrou, bquinlan, torsten, josh.r, Matt Spitz, tomMoral, dmacnet, iunknwn
2018-04-08 18:33:07pitrousetmessageid: <1523212387.19.0.682650639539.issue24882@psf.upfronthosting.co.za>
2018-04-08 18:33:07pitroulinkissue24882 messages
2018-04-08 18:33:07pitroucreate