[wp-trac] [WordPress Trac] #23216: Create "WP Heartbeat" API
WordPress Trac
noreply at wordpress.org
Sun Jan 20 23:50:22 UTC 2013
#23216: Create "WP Heartbeat" API
----------------------------+------------------
Reporter: azaozz | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.6
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: autosave-redo |
----------------------------+------------------
Comment (by azaozz):
Yeah, long-polling would break the perception of pageloads as it "waits"
in the same process for 10-15 sec. for something to change, polling the DB
(or memcached) to detect that change.
For example `apply_filters( 'wp_poll', array() )` cannot be used to do
`get_option('...')` as once loaded, options are stored in the $alloptions
global.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23216#comment:26>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list