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

Kagamin spam at here.lot
Tue Jul 12 01:25:58 PDT 2011


eris Wrote:

> Windows uses a "proactor" model instead of reactor, so it schedules I/O first and
> then waits for an IO completion flag. I've modified my reactor so that it presents
> a reactor facade even on Windows systems.

Huh? What does it change? IO is done pretty much the same on all systems: client requests an io operation, OS send the thread to sleep until the operation is complete.


More information about the Digitalmars-d mailing list