-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.1.0
-
Component/s: None
-
None
The mongoc_stream_writev api is somewhat pathological for TLS streams at this point, because we make multiple calls into BIO_write, which adds overhead in the driver, over the wire and in the server.
We should coalesce small writes to avoid this penalty
- related to
-
PHPC-298 Coalesce small writes
- Closed