Loading ...

Caching in ASP.NET: Velocity Distributed caching Framework

Who is online?  0 guests and 0 members
home  »  blogs  »  Vivek Thakur  »  Caching in ASP.NET: Velocity Distributed caching Framework

Product Spotlight

ASP.NET Hosting Spotlight

 

Comments (2)

limzim2010
Gatty Smith said:
I found this is an informative and interesting post so i think so it is very useful and knowledgeable. I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. In fact your creative writing ability has inspired me. Really the article is spreading its wings rapidly... sonnerie gratuite pour portable
4/2/2010
 · 
 
by
Jim @ ASP .NET Caching
@vivek No doubt that memcached is a very good product and is used by today's big names such as faceBook, Livejournal, and many others. But you mentioned it yourself that it is more of a suitable solution for a Linux environment then for windows or .NET. On the contrary, Velocity, which is not yet finally released and we are still waiting for its CTP4, is yet proving itself and making its room in the domain of distributed caching. But, it is still in its early development phases, and is lacking behind in providing us, the end users, with a detailed set of features which are being provided by its competitors in distributed caching domain. While developing a .NET based solution for one of my clients, I needed a distributed caching solution which could fulfill the requirements of scalability, reliability and performance boost desired by my client, and at the same time be easy to use. After some research, I came across NCache, which had all the features one may require for a distributed caching solution in .NET environment. Though, Velocity was also an option, but feature wise, and usability wise, I proffered NCache. So, by personal experience, I would recommend free version of NCache over Velocity. It seems to me that you probably have tried both memcached and Velocity, so I would suggest you to check out NCache as well. here is the download link for you. http://www.alachisoft.com/download.html
8/20/2009
 · 
 
by

Confirm

Latest community blog posts

  • A person on the forums was struggling with jQuery tools tabs index issue on postback. On clicking the tabs and doing some postback the selected tab index was getting lost. Below is the solution on how to retaing the previous selected index which was there before postback. Complete Source: <%@ Pag...
  • I was working with jQuery tools tabs today and I had to set the initial index of tab selected by default. The solution is to set initialindex property in the options. Source: $("ul.tabs").tabs("div.panes > div", { initialIndex: 1 }) ; Complete code to test above: <html> <head> <tit...
  • A person asked me today how to get form authentication cookie and get the data present in it. I decided to write a short blog on it. Formauthentication cookie is saved with the name which we can get via FormsAuthentication.FormsCookieName property. The key here is to get the cookie via this name and...
  • While working with one of the sample application I noticed that form authentication timeout in web.config was overriding the manual ticket's (which we created via code) timeout. Below is the code which was written in the application: var ticket = new FormsAuthenticationTicket(1, "UserName", DateTime...
  • In this blog I will show how to select a range of characters in textbox with jquery. In my demo I have used one textbox and one button. On click of button arange of characters in textbox will be selected. Below is the sample code: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="ser...

Vivek Thakur's latest blog posts

Product Spotlight

ASP.NET Hosting Spotlight

 

Quick Vote

What kind of email newsletter would you prefer to receive from CodeAsp.Net?