| Projects on Google Code | Results 1 - 10 of 16 |
This Project is an Integrated Development Environment for applications based on Actor Petri net Model.
Actor Petri net Model can be an essential base model of Software Development. It can make you develop software in a real iterative way and see the running of your software, containing element ch...
= dactor =
dactor 是使用D语言编写的轻量级线程运行框架,使用了 D2 runtime 提供的 Fiber 作为最小的逻辑执行,编写调度器来调度大量轻量级线程的运行。调度器充分考虑高并发(无IO阻塞)、并行(多线程调度)、异步(aio/iocp、socket)和分布式(位置无关)等,非常适合编写高并发服务器程序。
dactor 使用 Coroutine + Actor 模型实现,实现高并发、并行、异步、分布式等特性时,还能够保证逻辑的连贯性,因此非常适合编写逻辑复杂的高并发分布式服务。
= D语言 =
[http://www.digitalmars.com/d/...
lightweight simplistic message-passing concurrent framework in C++ loosely based on actor model aimed towards eliminating need of resource sharing.
Actors Guild is an experimental Java framework to make concurrent programming easier. It combines the concept of [http://en.wikipedia.org/wiki/Actor_model Actors] with [http://en.wikipedia.org/wiki/Futures_and_promises Futures]. The result is a small API that let's you write concurrent, multi-thread...
Take Five is an actor-based system for C++, extending its capability to allow multithreaded systems without locks and explicit threads. Take Five uses the actor (or active object) model, where classes derive from an Actor type, which allow them to be efficiently scheduled by behind-the-scenes worke...
== Description ==
!ActorKit provides an Objective-C implementation of asynchronous inter-thread message passing.
The purpose of !ActorKit is to facilitate the implementation of concurrent software on both the desktop (Mac OS X) and embedded devices (iPhone OS). On the iPhone, thread-based conc...
This tiny Objective-C library allows you to send and receive asynchronous messages between processes or threads akin to the Erlang concurrency approach.
*Plankton* is thus an actor oriented peer-to-peer platform for asynchronous share-nothing message passing.
Messages can be any Objective-C ob...
Erlang Trace File Explorer
# ==== [http://code.google.com/p/korus#What_is_Korus What is Korus] ====
# ==== [http://code.google.com/p/korus#Getting_Started Getting Started] ====
# ==== [http://code.google.com/p/korus#Background Background] ====
# ==== [http://code.google.com/p/korus#Technical_Overview Technical Over...
Java,
Parallel,
Programming,
processing,
API,
Concurrent,
multicore,
Actor,
Pattern,
Framework,
Performance,
Scalability,
stateless,
sharenothing,
Impetus
The actor model provides
high-level concurrency abstractions
to coordinate simultaneous computations
by message passing.
Languages implementing the actor model such as Erlang commonly only support
single-headed pattern matching over received messages.
We propose and design an extension of Er...