--
Steve Chu
http://stvchu.org
This is determined by a bdb config: DB_ENV->rep_get_request.
> 2) what will BDB do? can this catching-up(or re-sync) process take more
> than seconds?
Maybe. The BDB people do not say clearly. 1.0.3 version is based on
bdb 4.6, and rep_get_request is calculated with request times, this
has been changed in bdb 4.7 while with timeout values.
>
> i know these questions might be out of range of memcachedb, and i do
> remember i have ever read somewhere, that there are two ways to implement
> BDB replication, Api and Repl manager.
Yes, MemcacheDB's replication is based on Repl manager.