multithreading - Scalable multi threaded String object in Java -


i'm doing little research server application i'm planning build. main function - lots of users able perform live editing.

so looking options scalable string, kind of stringbuffer able handle lots(hundreds?) of threads working on @ same time quite large amount of text.

instead of reinventing wheel, hope see libraries shared have such features :) couldn't find google.

you might want take @ sourcecode of etherpad - it's java-based collaborative text editing web app, has have sort of string implementation allows concurrent write access separate regions of string, presumably without losing data. of course, whether fulfills performance requirements different matter...


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -