NtyCo
NtyCo copied to clipboard
纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例
NtyCo
coroutine
details
coroutine FSM

storage structure (ready, wait, sleep, status)

nty_server process

compile
$ make
server
$ ./bin/nty_server
client
./bin/nty_client
mul_process, mul_core
$ ./bin/nty_server_mulcore
websocket
$ ./bin/nty_websocket_server
bench
$ ./bin/nty_bench

http server
$ ./bin/nty_http_server_mulcore

