python / bugs.python.org

Meta-issue tracker for bugs.python.org
12 stars 5 forks source link

High cpu usage with asyncio streams #58

Closed romikforest closed 3 years ago

romikforest commented 3 years ago

Hi. I have high cpu usage using asyncio streams and connection pool. Here is a simplified example https://github.com/romikforest/asyncio_streams_high_cpu_usage2

Thanks a lot in advance if you can take a look.

berkerpeksag commented 3 years ago

Thank you for providing a reproducer, but unfortunately this isn't the correct place to report such issues. This is a meta tracker for bugs.python.org. You need to report this to https://bugs.python.org/.

terryjreedy commented 3 years ago

Post to python-list for discussion first. The reproducer involves multiple 3rd party packages, and a reproducer for bpo should only require stdlib modules.