apisix-python-plugin-runner
apisix-python-plugin-runner copied to clipboard
Can asyncio improve the performance?
Good suggestion, asyncio is a standard library introduced in Python 3.4, which directly supports asynchronous IO. In theory, it can improve the concurrency and IO capabilities of Python Runner.