containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

sync: change from "select" to poll #68

Closed lifupan closed 3 years ago

lifupan commented 3 years ago

Since "select" would limit the monitored fd number shouldn't be bigger than 1024, thus change it to poll which didn't have this limit.

Signed-off-by: fupan.lfp fupan.lfp@antfin.com