Archive for the 'architecture' Category

[ENG ]Xen vs. KVM security architecture comparison [from forum.opennet.ru - "Qubes - новая безопасная операционная система на базе Linux ..."]

Tuesday, April 13th, 2010

Notes (exert) from Joanna Rutkowska recent paper comparing KVN and XEN architectures from security and design standpoint

ArchitectNotes – Varnish [what's wrong with caching things in memory]

Thursday, March 25th, 2010

excellent notes about app design, and what can happen if an app tries to implement its own memory management

Message Queue Evaluation Notes – Second Life Wiki

Saturday, January 23rd, 2010

Second Life notes about Message Queue Systems

mjg59: ACPI general purpose events

Tuesday, November 10th, 2009

article by Matthew Garrett that actually explains how ACPI works

High Scalability – High Scalability – Facebook’s Memcached Multiget Hole: More machines != More Capacity 

Tuesday, October 27th, 2009

also see http://dormando.livejournal.com/521163.html Describing some problems with performance/scalability you may have if you partition/shard your data by hash. ( that’s what memcached does.) You may hit the cpu bound limit from the amount of requ…

www.sdsqlug.org/presentations/May2009/MySpace_DB_Overview.pptx

Thursday, October 15th, 2009

myspace architecture presentation, talks about how to myspace solves its database issues

Joshua Zhu’s Blog » Nginx Internals (Slides & Video)

Wednesday, September 30th, 2009

very good presentation slides explaining nginx internals, such as main architecture, main event loops, core modules, processing pipelines, etc. Also there is a video of the talk , but it is mandarin, so YMMV :-)

Yahoo!’s PNUTS Database: Too Hot, Too Cold or Just Right? | High Scalability

Friday, August 21st, 2009

writeup on yahoo PTUNS (distributed database ). Also, see the original paper if you are interested.

Re: [PATCH] xen: core dom0 support [LWN.net] / difference between XEN and KVM /

Thursday, March 5th, 2009

Message to Kernel Mailing List about differences between XEN and KVM .

Memory Translation and Segmentation : Gustavo Duarte

Tuesday, August 26th, 2008

very goom sum-up about memory mechanism in modern x86 machines. For more elabored and detailed info