Search Wiki:

Resource Page Description


A lightweight actor model implementation with demo in both C# and F#.


Features


  • Lightweight: less than 150 lines of code.
  • Efficient: event-based, not thread-based (exeute with .NET thread pool).
  • Sacalable: fine-grained lock (can be modified to lock-free with an lock-free queue).

For more detail, please download the source code and demos.


中文用户请访问


Last edited May 16 2009 at 9:52 AM  by JeffreyZhao, version 3
Updating...
Page view tracker