Hi List,
I'm new to mongodb and I'm not sure if parallel write/delete operations on one
collection can be a problem.
Use-Case:
---
There's a collection of the name 'message' and my program has two threads.
Thread 'A' adds continuously new documents to the collection 'message' and
thread 'B' removes old documents from the collection 'message' at the same time.
Both threads access the same collection but they operate on different documents.
Does mongodb manage this for me?
Maybe there are other concepts to handle this.
Thanks in advance.
Best Regards
OZ
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb