Might just create a common table that stores messages back and forth..  it
stores sender id, recipent, message, etc..

each server polls the table ever so often (cronjob) for messages for it
and processes them, removing them from the queue.. it's like a simple
message broker..


On Tue, 2 Dec 2003, Jinsong Zhu wrote:

> I'm looking at MySQL for a project where multiple applications sharing the same
database need to collaborate. For example, if one application made a change to a table,
another application would be notified via an event (the applications may run on 
different host machines). However, I have not been able to find this kind of feature 
(eg. a notification service) in MySQL. Can MySQL do that at all?
>
> Thanks.
>
>
> ---------------------------------
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now

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

Reply via email to