Source Control Clients
Project Name: EnyimMemcached
TFS Server URL: https://tfs03.codeplex.com
Subversion URL: https://EnyimMemcached.svn.codeplex.com/svn
1-10 of 40Change Sets
< Previous 1 2 3 4 Next >
| 28285 |
|
Dec 13 2008 at
4:00 AM
|
Added performance counters for operations - total/rate/success of get/append/prepend/set/replace/store/add/cas - get hits and misses |
enyim
|
124 |
| 23266 |
|
Oct 3 2008 at
12:02 PM
|
Forgot to checkin this file last time, sorry ;] |
enyim
|
248 |
| 23116 |
|
Sep 24 2008 at
11:45 PM
|
fixes [workitem:10299], [workitem:10420], [workitem:10550] |
enyim
|
36 |
| 23113 |
|
Sep 24 2008 at
10:38 PM
|
Forgot to bump the version number in the AssemblyInfo.cs (again, lol) |
enyim
|
3 |
| 23112 |
|
Sep 24 2008 at
10:34 PM
|
- Removed the year 2007 from the footers (now that was important, lol) - The client now maintains an internal connection pool per server so if you create two clients against a server whihc has a max connectio nlimit of 10, then they will obey this limit _together_. Moreover, and this is more important, if the initial number of connecions is set to, say 10, then when the second client instance is created, it will not open new connections, unless the current number of connections is below 10. So, connection pool limits obeyed per server, not per client instance. Note: "per server" is "per server per socketPool config", meaning that connection pools are maintained for each configuration separately. (Similar to the SqlConnection in ADO.NET) See MemcachedNode.NodeFactory and MemcachedNode.InternalPoolImpl for more details. This pool implementation swas running in production for 3 months now, seems pretty solid. |
enyim
|
5 |
| 18030 |
|
May 3 2008 at
7:43 PM
|
1.2.0.2 |
enyim
|
772 |
| 18029 |
|
May 3 2008 at
7:42 PM
|
Moved some incorrectly placed files and addedd the missing ones. |
enyim
|
2 |
| 18028 |
|
May 3 2008 at
7:36 PM
|
Missing file. |
enyim
|
1 |
| 18026 |
|
May 3 2008 at
5:26 PM
|
Tagged for 1.2.0.0 |
enyim
|
4 |
| 18024 |
|
May 3 2008 at
4:51 PM
|
Fixed a bunch of FxCop warnings (which made sense). |
enyim
|
2 |
1-10 of 40Change Sets
< Previous 1 2 3 4 Next >
|
|