hi, im developping high-performance libev's event-loop multi-thread web server.

this: [mofuw_ev](https://github.com/2vg/mofuw/blob/master/mofuw_ev.nim)

but, when exec 
    
    
     wrk -c 1000 http://localhost:8080

get nil error...

when the load becomes large, the server drops due to an error.

but, i dont know where the error is occurring.

im creating a web server for the first time, it may be wrong somewhere on my 
code.

can help me ? thx.

Reply via email to