netgate is still alive ;)
there's a new release with new Buffer classes
add child process control and pipe channel for conmunicating with the child process but that's NOT test YET. the testing and examples will come soon...
now the dll loaded could use the stdio as a channel and that makes the usage of stdio is the same as connection.
i have committed some code into svn Repository.
Current features :
1. tcp connections polled by epoll.
2. an auto-increasing buffer mechanism that makes you won't have to worry about it.
3. an basic serialization interface for the connections( poor stl container support ). the coming pipes later will also have the same interface.
4. load a dll/so to handle events:
4.1 connection accepted
4.2 connection lost
4.3 data arrived on one connection
i wrote a echo server example in netgate/src/GateUserExample.
5. reload or load another dll during run-time.(NOT tested!)... read more