example;

i have a flash movie connected to a socket, and its waiting for new
databases inserts. when there is a new insert, this flash movie has to
receive this info and do a query based on this latest insert.

now i use a poll method, every 10 seconds the flash movie connects to a php
script wich does a query and displays the latest id. when this id increases
it know there has been a new insert or more than one..

i have done some searching, and found some performance monitors who display
live data from the mysql database.

-mytop
-mtop
-mysqler (this one is using a socket server to receive live mysql data)
-mysqladmin processlist

does anybody know a way how i can let mysql push info to a socket server,
(may also be a php socket receiver script in background)

bart


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to