Okay, i'm building a web crawler in python and after using aiomultiprocessing, i wanted to wrap it up with stackless python. But i think dask can fit my needs perfectly. Just wondering if i could do this with Dask, i mean wrap asyncio tasks in process, process in threads (actually just realize that i'm surely worng about that considering what i read) and then wrapping threads worker into cores. All that being possibly distributed. Most resources on the web say that dask is for scientific computation, ML etc... I will do things that later in my crawler but i think like dask is far more than that from what i saw
Okay, i'm building a web crawler in python and after using aiomultiprocessing, i wanted to wrap it up with stackless python. But i think dask can fit my needs perfectly. Just wondering if i could do this with Dask, i mean wrap asyncio tasks in process, process in threads (actually just realize that i'm surely worng about that considering what i read) and then wrapping threads worker into cores. All that being possibly distributed. Most resources on the web say that dask is for scientific computation, ML etc... I will do things that later in my crawler but i think like dask is far more than that from what i saw