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
Post a Comment