search for: max_pages_per_rpc

Displaying 1 result from an estimated 1 matches for "max_pages_per_rpc".

2010 Aug 17
18
write RPC & congestion
...cess. I understand there is a mechanism of flow control by credits, but I''m a little unclear on how it works in general after reading the "networking & io protocol" white paper. Is it true that a write() RPC transfer''s data in chunks of at least 1MB and at most (max_pages_per_rpc*page_size) Bytes, where page_size=2^16 ? I can use the bounds to estimate the number of RPCs issued per MB of data to write? About how many concurrent incoming write() RPC per OSS service thread can a single server handle before it stops responding to incoming RPCs ? What happens to an RPC whe...