Changes between Version 2 and Version 3 of Ticket #23216, comment 24
- Timestamp:
- 01/20/2013 11:22:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23216, comment 24
v2 v3 2 2 > Rather than a strict 15 seconds, maybe Wordpress should send back a value specifying a suggested time for the client to wait until the next 'beat'... 3 3 4 Yes, was thinking/testing something similar. Perhaps we can throttlethe beat when user B performs an action that would need response from user A like opening a post that is already being edited by user A, etc.4 Yes, was thinking/testing something similar. Perhaps we can speed up the beat when user B performs an action that would need response from user A like opening a post that is already being edited by user A, etc. 5 5 6 6 We can add support for this on both sides, PHP and JS. … … 43 43 '''Hybrid''' 44 44 45 Start with polling and switch to long-polling when needed instead of throttling(as described above). This still needs some time to switch both user A and user B to long-polling, but preforms better after that.45 Start with polling and switch to long-polling when needed instead of reduced interval (as described above). This still needs some time to switch both user A and user B to long-polling, but preforms better after that.