yes i got the idea, but what i need:
i did a project about nosql, and took mongodb as my dbms, then, i must
talk all about cases, and from thoses cases there is the one where
the write must be safe (example e-commerce) and the data is replicated
in different servers, and because the driver used is a non blocking
(motor), so i wanted to understand how motor will behave if there is
no explicit verification on mongod lock? (the admin forgot to add the
is_locked() assertion or statement)
On 6 avr, 02:35, Waldecir Santos <
walde...@gmail.com> wrote:
> you dont need to lockat, with you call a async without the w our set w=0
> for exemple, the code will not wait the result so it will go on even on
> error. you dont need think mongodb as async he will responde for a
> async_driver.
>
> Grato,
>
> Waldecir
>
> On Fri, Apr 5, 2013 at 10:28 PM, aliane abdelouahab <
alabdeloua...@gmail.com