Just finished writing a new Python DDP module

None of the existing Python DDP modules seem to have been updated in a while, so I dug up some old code I wrote. I immediately trashed that code and started over, creating ddp_asyncio. It uses Python’s new asynchronous modules and syntax instead of threading.

I’d love to hear any thoughts or suggestions.

7 Likes

Some automatic reconnect would be good. That would enable it to be used more effectively in long running processes.

2 Likes

Good idea, I’ll add it to the to-do list.