using php to monitor mysql changes **WITHOUT** polling
问题 I have seen many questions similar to the one I asked. A few of them said that its ok to poll, and that doesn't affect the database performance significantly, and some are still unanswered. What I want to know is this : Can I do something similar to ASP.NET's sqldependency, which helps to find out when changes are made to the database WITHOUT polling. I know polling is ok to do, might not affect database performance, but I need to know the update as soon as it is made, so I feel I need