MySQL 5.7.12 – Part 2: Improving the MySQL Protocol
The X Protocol
For the MySQL Document Store we developed a new protocol to lay out a solid foundation for the features we’ll implement over the next years.
Building a Protocol with Async APIs in mind
Asynchronous APIs are all about executing other work while a task gets blocked.
…
Leave a Reply