
November 1st, 2012, 01:15 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 8 m 6 sec
Reputation Power: 0
|
|
|
PHP-DB - Php and mongodb synchronization
Hi,
I have a website with volunteers that help to translate the website to other languages.
I am working with php along with Mongodb ,
how can I sync a collection update ?
for example :
2 volunteers wants to update the same record in a collection and enter in the same time .. they are both see the same translation now .. if someone has update the record while the other one is still working .. I want to prevent the other from updating and ruin the previous update made the the first user .
thanks ahead
|