Message315091
> 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). |
|
Date |
User |
Action |
Args |
2018-04-08 18:33:07 | pitrou | set | recipients:
+ pitrou, bquinlan, torsten, josh.r, Matt Spitz, tomMoral, dmacnet, iunknwn |
2018-04-08 18:33:07 | pitrou | set | messageid: <1523212387.19.0.682650639539.issue24882@psf.upfronthosting.co.za> |
2018-04-08 18:33:07 | pitrou | link | issue24882 messages |
2018-04-08 18:33:07 | pitrou | create | |
|