Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There's also the fact that, for high level languages like python, the gRPC server has lower throughput than available python http servers. Even with the overhead of parsing http and whatever message format you're sending over it.


This is surprising given that there Python implementation is apparently C. Anyway I can't imagine this is the bottleneck in any nontrivial Python app.


There's a known issue that's been open for a while, where a Python server could get stuck consuming 100% of a single CPU core, see https://github.com/grpc/grpc/issues/9688


Granted, but this is clearly a bug in a pathological case; it's not consistent bad performance.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: