<div dir="ltr"><div class="gmail_extra">This is not about mysql _server_.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Look, we write a video streaming server flussonic.  It has some running video streams inside and connected users that are watching live stream.</div><div class="gmail_extra"><br></div><div class="gmail_extra">It is possible to connect to flussonic with mysql command line tool or from PHP and run sql query:  "SELECT * FROM streams"</div><div class="gmail_extra"><br></div><div class="gmail_extra">sqlapi parses this request and sends it to function   my_cluster:select/3 that  collects from ets all information about streams and</div><div class="gmail_extra">sends this reply back.</div><div class="gmail_extra"><br></div><div class="gmail_extra">PHP thinks that there is mysql server, but there is no mysql server.  All data is sent from RAM from ets tables. </div></div>