davidlatwe / montydb

Monty, Mongo tinified. MongoDB implemented in Python !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add support for reading/writing in concurrent processes

Andrew-S-Rosen opened this issue · comments

As I noted in #84 (comment), it would be great to have support for concurrent reading/writing to the database. Right now, it's not possible to use montydb in a parallel computing setting.