hi roger + dylan,
indeed. what you are describing is likely the result of the background
syncs that list-it does with the server to keep your notes up-to-
date. we are trying to figure out ways to speed this up and get it
off the main thread. i've only spent a day or so on it this weekend
i have a short progress update -- i've managed to offload half of the
sync work to a worker thread, which is a new feature offered in
FF3.5.x and newer. Basically it lets Firefox extensions like List-it
get access to more than one thread, but in an extremely restricted
(read: annoying) environment. For example, it can't access the
database on the background thread, but it CAN make actual network
calls. So what I've done is split the sync up so that database
access happens before the sync, and then it delegates it off to the
background thread for encrypting the notes and sending it over the
wire. I've tested it and on my machine, I can sync while playing 2
youtube videos in HD without it hiccupping. However, since I haven't
tested on Windows or other machines, I'm not convinced that this has
cured the hiccuping you are reporting -- we're still looking into
things. If you would like to try this release, please go here:
http://code.google.com/p/list-it then choose "Downloads", and click on
the listit-0.4.8-pre1.xpi link there. This is where we post
intermediate/nightly builds of list-it.
But if you'd like to wait we're planning to roll out a full "0.4.8"
release with some new user interface features our undergraduate
student Greg is working on -- he's adding a right-click context menu,
printing, and I'm planning on adding note export features (finally!).
This will also have the new worker thread architecture I've just
described. We'll try to get that out at the end of the this coming
week or early the week after.
Thanks for all the feedback and messages
Max
for the list-it team