5 x SLEEP(1) MySQL queries, done in ~1s, not ~5s.
I Built hiblaphp/mysql: async MySQL for PHP with connection pooling, prepared statements, streaming, and transactions.
Fiber-native, binary protocol, per-connection LRU statement cache, COM_RESET_CONNECTION between pooled requests, and KILL QUERY via side-channel TCP on cancellation.
Still beta and any feedback is welcome
→ github.com/hiblaphp/mysql


