Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-19 | lib/tsocket: add a fast path to tsocket_sendto_send/recv() | Stefan Metzmacher | 1 | -0/+10 | |
By first trying to send data without waiting for the socket to become writeable we gain about 10-20% performance in the LDAP-BENCH-CLDAP test. metze | |||||
2009-03-19 | lib/tsocket: add tsocket_sendto_queue_send/recv() | Stefan Metzmacher | 1 | -0/+125 | |
metze | |||||
2009-03-19 | lib/tsocket: add tsocket_sendto_send/recv() | Stefan Metzmacher | 1 | -0/+136 | |
metze |