grpc-rust icon indicating copy to clipboard operation
grpc-rust copied to clipboard

multiple servers performance

Open kanekv opened this issue 6 years ago • 2 comments

Creating multiple servers doesn't increase performance, actually it makes it even worse. Single server is ~3.5 times slower than go's server implementation. Multiple servers (I did 8 per number of cores) was even slower up to almost 4x slower than go.

kanekv avatar May 13 '18 09:05 kanekv

@stepancheg bump, please advice if I'm doing something incorrectly?

kanekv avatar May 17 '18 18:05 kanekv

It's hard to say. If could provide a sample benchmark, or at least describe a scenario, I can try to optimize it.

stepancheg avatar May 17 '18 19:05 stepancheg