You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently we flush() to the socket with ever RPC. This makes the RPC low latency but we give up all the throughput.
We could have a timeout style check. if not every 10RPC's or every 10ms? (smallest increment of the low resolution time?) kinda a bad deal for latency sensitive workloads but probably amazing for throughput ones.
See if exposing this is not too much work.
The text was updated successfully, but these errors were encountered:
currently we
flush()
to the socket with ever RPC. This makes the RPC low latency but we give up all the throughput.We could have a timeout style check. if not every 10RPC's or every 10ms? (smallest increment of the low resolution time?) kinda a bad deal for latency sensitive workloads but probably amazing for throughput ones.
See if exposing this is not too much work.
The text was updated successfully, but these errors were encountered: