I'm constructing a cms and want to be able to keep all users up to date.
EG: User A and B are in the same asset-folder, user A kills an asset and the asset is also killed in user B's view.
This can be achieved by pinging the server every 5 seconds. But that will cause much unnecessary traffic. And it isn't a nice OOP approach.
Can this be done with AMFPHP? I read blazeDS can. But that's Java, rrrrr...
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Messaging (or push server) isn't implemented in amfphp yet. It is in their roadmap though, but I have no idea when the new version will be released. Haven't seen much news on the website lately. For the time being you can use weborb, their (php) framework includes messaging technology.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm constructing a cms and want to be able to keep all users up to date.
EG: User A and B are in the same asset-folder, user A kills an asset and the asset is also killed in user B's view.
This can be achieved by pinging the server every 5 seconds. But that will cause much unnecessary traffic. And it isn't a nice OOP approach.
Can this be done with AMFPHP? I read blazeDS can. But that's Java, rrrrr...
Thank you!
Messaging (or push server) isn't implemented in amfphp yet. It is in their roadmap though, but I have no idea when the new version will be released. Haven't seen much news on the website lately. For the time being you can use weborb, their (php) framework includes messaging technology.