I am looking for a way to write a client program that will wake up when
there is new data in the database, much like replication.

So instead of my client pulling the database on some fixed interval, I
would like the mysql daemon to push the data to my client when there is
new data.  I assume this is possible given that it is done with
replication.  Does anybody have information on how to implement a client
program like this?

I'm using PHP, but I'm not opposed to using C or C++ for this kind of
functionality.

Thanks.

David Godsey


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to