Comments - Non-blocking calls from PHP

8 years, 2 months ago Georg Richter

Current implementations of mysqli and mysql don't support the asynchronous API of Connector/C.

I would recommend to write an additional extension, which uses the mysqli class and supports the async api only.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.