1

I'm developing an asp.net mvc application with the intention to host on linux using mono. I want to use appfabric for caching but seeing as it is built into windows.

I'm wondering if it can also be installed on linux?

Shawn Mclean
  • 139
  • 1
  • 8

1 Answers1

1

No, its windows only. Will memcached do it?

Jim B
  • 24,081
  • 4
  • 36
  • 60
  • I'm looking at memcached and redis. Based on my findings so far, they both support different scenarios. I'm seeking for something with high reads. – Shawn Mclean Jun 18 '11 at 23:14
  • You may want to ask another question about Linux appfabric equivalents. If its .net mvc you might also consider skipping the server and go directly to azure. – Jim B Jun 19 '11 at 01:42