
Originally Posted by
djr33
Hm. My alternative idea isn't actually practical, I don't think. Basically I was imagining storing the text locally and then only updating the server when possible. But then you would eventually run into the original problems.
Some combination of that and storing individual commands (rather than the whole file) is probably the best option.
Edit: Actually.... here's how it should (or at least could) work. Don't store ANYTHING locally. Write an Ajax-interface serverside word processor. Complicated, but the result would be exactly what you need.
Of course I suppose you'd get delays if Ajax was slow for some reason, so you might want to have some sort of preview but that could then be misleading...
Bookmarks