Re: Lock-Free Actor-Based Flow Programming in D2 for GSOC2011?

2011-07-09 Thread nonexistent
Piotr Szturmaj Wrote: > eris wrote: > > I used the Tango Fibers implementation (thanks Sean Kelly I believe) and > > various > > reactor libraries to implement the actor engine. > > I'm working on something similar, e.g. event-driven programming using > fibers. I need it for my upcoming network

Re: Lock-Free Actor-Based Flow Programming in D2 for GSOC2011?

2011-07-11 Thread Nonexistent
eris Wrote: > My library uses a straight-forward reactor approach to handle incoming events > (IO, > timer etc). The library is structured as one-thread-per-core and as many > co-routines (fibers) per thread as memory will allow. The threads communicate > with each other via lock-free single-w

Re: Lock-Free Actor-Based Flow Programming in D2 for GSOC2011?

2011-07-11 Thread Nonexistent
eris Wrote: > My library uses a straight-forward reactor approach to handle incoming events > (IO, > timer etc). The library is structured as one-thread-per-core and as many > co-routines (fibers) per thread as memory will allow. The threads communicate > with each other via lock-free single-w