1-10 of 18 < Previous Next >
1 vote

dead server causes hang during isalivetimer

This is on version 1.2.0.2. We have an extremely busy memcached farm with about 30 server partitions. One of the servers recently died, as happens on occasion. Our enyim based applications started...

id# 11218 | Planned Release: None | Last Updated: Mon at 11:58 PM by jconley
1 vote

Have the client support udp in addition to tcp

For performance/scalability reasons, it would be beneficial to have a udp option for the memcached client. More information can be found here, http://code.sixapart.com/svn/memcached/trunk/server/d...

id# 12114 | Planned Release: None | Last Updated: Dec 19 2008 at 9:44 PM by cweb
3 votes

Performance counters

It would be nice if there were performance counters for things like reads and writes per second. Number of connections in the pool, number of active nodes, killed and resurected nodes and the like...

id# 10610 | Planned Release: Enyim Memcached 1.2.0.4 | Last Updated: Dec 13 2008 at 4:00 AM by enyim
1 vote

MemcachedClient class should not be sealed.

I don't know why you did it. But could you reconsider you opinion on this part? It is quite important to provide testability. For example, I could create an interface IMemcachedClient and a class l...

id# 11438 | Planned Release: None | Last Updated: Oct 29 2008 at 6:27 AM by enyim
5 votes

Unbalanced distribution of cache items per server

Hi, we are using successfully in our production environment your memcached client. After 2 weeks of continuous working we have experienced an unbalanced distribution of items per server. It seems ...

id# 10127 | Planned Release: Enyim Memcached 1.2.0.4 | Last Updated: Sep 25 2008 at 12:24 AM by enyim
1 vote
fixed

Bug in DefaultTranscoder?

DefaultTranscoder has the following: case TypeCode.UInt16: return BitConverter.ToUInt64(data, offset); It should have been case TypeCode.UInt16: return BitConverter.ToUInt16(da...

id# 10299 | Planned Release: Enyim Memcached 1.2.0.4 | Last Updated: Sep 25 2008 at 12:12 AM by enyim
1 vote
fixed

GET("") fails with System.NotSupportedException

GET("") fails with System.NotSupportedException

id# 10550 | Planned Release: Enyim Memcached 1.2.0.4 | Last Updated: Sep 25 2008 at 12:11 AM by enyim
1 vote
fixed

Un-seal IMemcachedKeyTransformer Implementations

We'd like to extend the transformers for the purpose of automatically adding a prefix to every key so we can share our memcached farm between applications without worrying about key collisions. To ...

id# 10420 | Planned Release: Enyim Memcached 1.2.0.4 | Last Updated: Sep 25 2008 at 12:11 AM by enyim
0 votes
fixed

test work item

testing

id# 2372 | Planned Release: Enyim Memcached 1.2.0.4 | Last Updated: Sep 25 2008 at 12:09 AM by enyim
1 vote
closed

change behavior of default keytransformer to encode forbidden chars

It would be quite helpful if the default key transformer simply encoded bad characters into %HEX or some other encoding mechanism, rather than throwing an error.

id# 10476 | Planned Release: Enyim Memcached 1.2.0.4 | Last Updated: Sep 25 2008 at 12:07 AM by enyim
1-10 of 18 < Previous 1 2 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | CodePlex Blog | Version 2008.12.9.14291