forked from gwhalin/Memcached-Java-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
25 lines (20 loc) · 735 Bytes
/
Copy pathREADME.txt
File metadata and controls
25 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
WARNING!
This version is compatible with legacy whalin version, so you can use it without
re-compile your source code in most cases. Refer to COMPATIBLE.txt for detailed information.
This release required Java 5 in order to work. If you would like to degrade to 1.4
please feel free.
Known issues:
=============
1. you are always get null when value size is big for windows platform for the UDP protocol.
2. Out of memory when connections number is big. Try to specify more memory with -Xmx.
Reports:
============
Find the following reports in the directory.
1. Unit test report
report/index.html
2. Code coverage report
report/coverage.html
3. benchmark test report
doc/benchmark.html
4. javadoc
javadoc/index.html