[wp-trac] [WordPress Trac] #23216: Create "WP Heartbeat" API
WordPress Trac
noreply at wordpress.org
Wed Jan 16 20:41:51 UTC 2013
#23216: Create "WP Heartbeat" API
--------------------+----------------------------
Reporter: azaozz | Type: task (blessed)
Status: new | Priority: normal
Milestone: 3.6 | Component: Administration
Version: | Severity: normal
Keywords: |
--------------------+----------------------------
The purpose of this API is to simulate bidirectional connection between
the browser and the server. Initially it will be used for autosave, post
locking and log-in expiration warning while a user is writing or editing.
The idea is to have a relatively simple API that sends XHR requests to the
server every 15 seconds and triggers events (or callbacks) on receiving
data. Other components would be able to "hitch a ride" or get notified
about another user's activities.
In the future this can be used to block simultaneous editing of widgets
and menus or any other tasks that require regular updates from the server.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23216>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list