frevib / io_uring-echo-server

io_uring echo server
MIT License
365 stars 55 forks source link

crashed when the number of clients exceeded 1100 #17

Closed alvinonmars closed 1 year ago

alvinonmars commented 2 years ago

I tried many times,it crashed every time when the number of clients exceeded 1100.

cargo run --release -- --address 10.18.4.6:12346 --number 1500 --duration 60 --length 500

image
alvinonmars commented 2 years ago

aws cx.4large. 16 core 32GB

image
frevib commented 1 year ago

Hi, this is only a bare minimum show case for io_uring. So please don't expect production-grade stability.