Hi Andrey,
Andrey Kotrekhov wrote:
SQL
Hello!

Is there any way to inform mysql client application about changing in the some table.

One process puts periodically record into the table.
Second process waits new records.
It is very expensive way to do SELECT from this table each second.
Is there any other right way to inform second process?


Have you had a look at streamsql already [ http://www.streamsql.org ] ? It does precisely what you want, it's just not mysql and therefore of course not that well suited for a couple of other db aspects.

Cheers,
Ulrich.


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

Reply via email to