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 -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -