Sergio López, le Mon 03 Oct 2011 10:08:09 +0200, a écrit : > Clearing the flag will, implicitily, generate a full object > synchronization, but with a higher cost, since pages are sent one by > one. By synchronizing the object explicitily (and waiting for > completion), all data is sent through m_o_lock_request, which is able > to send to the pager up to 32 pages at a time (DATA_WRITE_MAX).
Ok, but won't waiting makes some operations serialized? (e.g. like in another case it was making rm -fr wait for each file deletion written on the disk). Samuel