


Browser by 0xd34df00d 22 comments
It's not possible, though, to disable caching of various service data in IM — particularly things like avatars are always fetched and stored for now. Though I doubt it creates a somewhat observable workload for SSDs — once avatars for your roster are requested, no disk writes occur anymore (unless someone updates his avatar).
I think it's possible, though, to patch the code to have in-memory log for chat history, for example, though that'd impact the soundness of the chat history database in case of OS crash or power loss, and I doubt it's worth it. I also doubt it's worth to prune the cache of entity capabilities in IM — that data is quite important for proper functioning of the XMPP client, and rerequesting it on each startup would terribly affect overall performance of both the client one uses and the corresponding XMPP server. - Apr 03 2012

Browser by 0xd34df00d 22 comments

Browser by 0xd34df00d 22 comments

Browser by 0xd34df00d 22 comments

Browser by 0xd34df00d 22 comments

Browser by 0xd34df00d 22 comments
gdb leechcraft
run
bt - Dec 01 2011

Browser by 0xd34df00d 22 comments

Browser by 0xd34df00d 22 comments

Browser by 0xd34df00d 22 comments
Moreover, we plan to replace currently used QtWebKit (our browser's engine) with WebKit2, which delivers Chrome-like multiprocessing out of the box. - Nov 28 2011