2010
php.internals: Re: php and multithreading (additional arguments)
by nhoizey"In any sort of Web architecture native threading in PHP just doesn't make any sense. In single monolithic CLI apps, you could make a case for it, but that is not the sort of architecture we are going to put a significant amount of time into."
2007
2006
Software transactional memory - Wikipedia, the free encyclopedia
by fakechrisuse transactional sharedmeory to protect data without locking
Computer Laboratory - Practical lock-free data structures
by fakechrisThe best overall introduction to our non-blocking algorithms is the paper Concurrent programming without locks
DirkGerrits.com » Programming » Erlisp » References
by fakechrisconcurrent lisp and erlang materials ...