我正在使用aiohttp创建一个异步/IO 网络服务器。但是,据我了解,Async/IO 意味着服务器只能在一个处理核心上运行。uwsgi另一方面,像 一样的常规同步服务器可以通过真正并行的线程和进程充分利用计算机的计算资源。那么,为什么是异步/ IO新时尚,如果它少比多处理器并行?异步服务器aiohttp可以多处理吗?
aiohttp
uwsgi
python python-asyncio aiohttp python-multiprocessing python-3.5
aiohttp ×1
python ×1
python-3.5 ×1
python-asyncio ×1
python-multiprocessing ×1