(PECL sync >= 1.0.0)
A cross-platform, native implementation of named and unnamed reader-writer objects.
A reader-writer object allows many readers or one writer to access a ressource. This is an efficient solution for managuing ressources where access will primarily be read-only but exclusive write access is occasionally necesssary.