WCF Caching Solution - Need Advice

Posted by Brandon on Stack Overflow See other posts from Stack Overflow or by Brandon
Published on 2010-03-12T02:07:05Z Indexed on 2010/03/12 2:27 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

The company I work for is looking to implement a caching solution. We have several WCF Web Services hosted and we need to cache certain values that can be persisted and fetched regardless of a client's session to a service. I am looking at the following technologies:

  • Caching Application Block 4.1

  • WCF TCP Service using HttpRuntime Caching

  • Memcached Win32 and Client

  • Microsoft AppFabric Caching Beta 2

Our test server is a Windows Server 2003 with IIS6, but our production server is Windows Server 2008, so any of the above options would work (except for AppFabric Caching on our test server).

Does anyone have any experience with any of these? This caching solution will not be used to store a lot of data, but it will need to be fetched from frequently and fast.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#