python - Asyncio looping or Multiprocessing blocking most cpu intensive? -


i've never done asyncio, beacuse control freak. when i've threaded programs i've use multiprocessing , structured programs around queue, blocks if nothing happening, sitting there waiting.

well asyncio has event loop. i'm wandering wast resources most? wonder if there obvious case using asyncio?


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -