» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with concurrency + performance

InfoQ: Kilim - actors and message passing in Java

Kilim is a message-passing framework for Java that provides ultra-lightweight threads and facilities for fast, safe, zero-copy messaging between these threads.

scala: del.icio.us/tag/scala

Revision 595355: /httpd/mod_wombat/trunk

something with lightweight concurrent lua workers

Lua: del.icio.us/tag/lua

Skittr - Twitter clone in Scala

Twitter clone in Scala. It's a code demonstrates Scala Actors to create a system that supports highly a scalable social messaging system.

scala: del.icio.us/tag/scala

Writing High-Performance Server Applications in Haskell

This paper describes a prototype web server in Concurrent Haskell. A conforming server could be written with minimal effort, leading to an implementation in less than 1500 lines of code, and the naive implementation produced reasonable performance.

Haskell: del.icio.us tag/haskell

SEDA - Architecture for Highly-Concurrent Server Applications

"avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic"

opensource: del.icio.us tag/opensource