Community

Now available in swanhart-tools: NATIVE asynchronous query execution for any MySQL client!

(Justin Swanhart) There is often a need to run queries in the background in MySQL. This generally is accomplished using a message queue (like gearman), or by using extensions to a client (PHP has such extensions) or by using MariaDB’s native async query interface (C client only I think).

Read More - Register for Free Membership