I want to implement real time push notifications from php to my project. i already testet 2 possible ways.
- long polling the mysql database -> very poor performance, cause the query is big
- long polling memcache and push via php -> poor performance
- Ajax Push Engine -> seems not so easy to come along with... but comes with PHP integration
Does anyone know a better way? Maybe there is some similar to memcache which alows Pushing?