TeamRemote / remote-sublime

Remote Collab for SublimeText
http://teamremote.github.io/remote-sublime
MIT License
44 stars 5 forks source link

Slow (at least on localhost) #5

Closed hawkw closed 10 years ago

hawkw commented 10 years ago

In local testing sessions, it's really slow. We should consider something like buffering patches and only sending them over the network every once in a while.

hawkw commented 10 years ago

I'd like to test this across the network to make sure its' not just localhost.

hawkw commented 10 years ago

Looks like this is really only a serious issue when two sessions are being run locally. There are some issues associated with synchronization that are a problem if both peers are editing the buffer simultaneously, which we ought to resolve. However, since pair programming typically only involves one peer writing code at any given time, it shouldn't be a major problem.