| Revision 335378,
1.0 KB
checked in by Tomash Brechko <tomash.brechko@…>, 22 months ago
(diff) |
|
Update Changes file.
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | - Improve make files: libclient.a should not be installed (does it |
|---|
| 2 | now?). |
|---|
| 3 | |
|---|
| 4 | - stats() command. |
|---|
| 5 | |
|---|
| 6 | - Investigate why there are read() errors in no_eagain branch. |
|---|
| 7 | |
|---|
| 8 | - In find_bucket() replace binary search with interpolation search. |
|---|
| 9 | |
|---|
| 10 | - tainted_in, tainted_out parameters. |
|---|
| 11 | |
|---|
| 12 | - 'more' flag for better streaming latency (MSG_MORE). |
|---|
| 13 | |
|---|
| 14 | - Instead of accumulating requests do I/O on every client_prepare_*() |
|---|
| 15 | to improve streaming speed. |
|---|
| 16 | |
|---|
| 17 | - Add statistics: count item sizes, requests, timeouts/errors (XProbes). |
|---|
| 18 | |
|---|
| 19 | - Replace av_push() with av_store(), test result. |
|---|
| 20 | |
|---|
| 21 | - Describe how to report a bug (-vv, -g). |
|---|
| 22 | |
|---|
| 23 | - Can we do anything with artifacts in benchmark.pl? |
|---|
| 24 | |
|---|
| 25 | - Investigate why we are still not fast enough on short values. |
|---|
| 26 | |
|---|
| 27 | - Add benchmark for compression. |
|---|
| 28 | |
|---|
| 29 | - More tests for TCP_CORK/TCP_NOPUSH. |
|---|
| 30 | |
|---|
| 31 | - In BSD, you can avoid signals by setsockopt() with SO_NOSIGPIPE |
|---|
| 32 | (SOL_SOCKET option). |
|---|
| 33 | |
|---|
| 34 | - set close-on-exec (SO_CLOEXEC). |
|---|
| 35 | |
|---|
| 36 | - Fix bugs from http://cpants.perl.org/dist/kwalitee/Cache-Memcached-Fast |
|---|
| 37 | (enable experimental features, license, dependensies, ...). |
|---|
Note: See
TracBrowser
for help on using the repository browser.