Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does logging module have impact on aiohttp performance? #3663

Closed
sc-syf opened this issue Mar 25, 2019 · 2 comments
Closed

Does logging module have impact on aiohttp performance? #3663

sc-syf opened this issue Mar 25, 2019 · 2 comments

Comments

@sc-syf
Copy link

sc-syf commented Mar 25, 2019

I noticed that the aiohttp uses standard logging for tracking the library activity, But the logging module is threading safe, namely it contains many acquire and release lock operations. will this cause a bad performance to aiohttp in high concurrency environment?

@aio-libs-bot
Copy link

GitMate.io thinks the contributor most likely able to help you is @asvetlov.

Possibly related issues are #2956 (Enable logging when aiohttp.web is used as a program), #843 (ImportError: No module named 'aiohttp'), #474 (Does aiohttp support awss3?), #2963 (aiohttp doesn't use system settings), and #1850 (how to specify log request format in aiohttp).

@hleb-albau
Copy link

@aio-libs aio-libs locked and limited conversation to collaborators Apr 19, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants