I'm trying to make an web application that will dynamically inform the user about the dynamic changes occur in server (php/mysql/apache).
I tried to implement a solution through APE (push) server but documentation is poor and the examples are not usable.
Does anyone know a solution that could be implemented to resolve this?
I forgot to add that besause of too many users and they need to constantly check the current status on server AJAX is not best solution. AJAX was the first choice but we have to replace it.