[wp-trac] [WordPress Trac] #23216: Create "WP Heartbeat" API

WordPress Trac noreply at wordpress.org
Thu Jan 17 18:34:43 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 bobbravo2):

 Replying to [comment:14 knutsp]:
 > Very interesting. How does the document editor on Google do simultaneous
 editing?

 I was thinking the same thing - Google docs does multi user simultaneous
 editing VERY well. They have per-line locking, meaning that multiple users
 can edit the same doc @ the same time. I have played around with G'Docs
 before - trying to cause collisions and errors. The only time I remember
 being able to cause an error was by explicitly trying to edit the same
 line that I could see someone else was also editing. They handle that type
 of error by reverting your changes - and in real time - to minimize
 potential data loss.

 **In regards to implementing such a feature in WordPress** - It would
 require both the server / client architecture that we're discussing here,
 as well as a separate patch / plugin for TinyMCE. Anyone have experience
 with the text parsing / event architecture of the TinyMCE API? I've
 written several plugins for TinyMCE - but those are used to extend it -
 and are not involved with the innards of the editor like this type of
 plugin will be.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23216#comment:16>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list