The SyncReaderWriter class

(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 resource. This is an efficient solution for managing resources where access will primarily be read-only but exclusive write access is occasionally necessary.


Обзор классов


SyncReaderWriter {
/* Методы */
public __construct ([ string $name [, bool $autounlock ]] )
public bool readlock ([ integer $wait ] )
public bool readunlock ( void )
public bool writelock ([ integer $wait ] )
public bool writeunlock ( void )
}

Содержание


User Contributed Notes


There are no user contributed notes for this page.

To Top

Описание класса syncreaderwriter, примеры использования класса syncreaderwriter.



Смотрите также:
Описание на ru2.php.net
Описание на php.ru