Details
Description
I noticed while writing a python app that going through server-side moxi against a 2 node cluster was faster than using the python smart client 1.0. Not 100% sure why, but a quick grep shows the python client is not using TCP NODELAY. Like...
s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Benjamin Young
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 0.8.0 [ 10354 ] | |
| Affects Version/s | 1.0 [ 10215 ] |
Matt Ingenthron
made changes -
| Fix Version/s | 0.9.0 [ 10373 ] | |
| Fix Version/s | 0.8.0 [ 10354 ] |
Matt Ingenthron
made changes -
| Fix Version/s | 0.8.0 [ 10354 ] | |
| Fix Version/s | 0.9.0 [ 10373 ] |
Benjamin Young
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Mark Nunberg
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |