Hello. I use RatchetPHP socket server on php. My server works with mysql but I can see this problem: mysql queries work synchronously - one query waits for another. I use ActiveRecord to do this. How to solve this problem? Will pcntl_fork() help? If so - please give examples. Or how can mysql can be done Asynchronously?