A newer version of this documentation is available.

View Latest

Asynchronous Progamming Using the PHP SDK with Couchbase Server

The PHP SDK does not support non-blocking operations. You can nevertheless take advantage of batching operations by using the various *Multi operations. Multi operations send multiple operations at once to the server and wait their response in parallel, allowing quicker response times and batch execution on the server.