Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16457 программистов и 1787 роботов. Сейчас ищут 1980 программистов ...
The MongoPool class
Вернуться к: Дополнительно
(PECL mongo >= 1.2.3)
Введение
Внимание
The current (1.3.0+) releases of the driver no longer implements pooling. This class and its methods are therefore deprecated and should not be used.
Обзор классов
Список изменений
Версия | Описание |
---|---|
1.3.0 | This functionality has been removed and no longer does anything other than emit deprecation warnings. This class is only kept around for backwards compatability and will be removed in the near future. |
1.2.11 |
Emits E_DEPRECATED when used.
|
Содержание
- MongoPool::getSize — Get pool size for connection pools
- MongoPool::info — Returns information about all connection pools.
- MongoPool::setSize — Set the size for future connection pools.
Вернуться к: Дополнительно