Fort Smith .NET User Group July Meeting - Keith Elder - Distributing Cache One Byte at a Time With Velocity

Date
13-14 Jul 2009 (Add to calendar) GMT
Venue
4001 Planters Road , Fort Smith, US
Cost
Free

Have you ever used the built-in caching capabilities within Asp.Net? If you have you know that as long as you have one server to cache information it works really well. What happens though when you add an additional server? Or even better let's say you add an additional 10 servers! Now what? What happens is you've got data replicated all over the place and it gets out of sync. Not to mention it becomes really hard to manage as data gets changed. Enter "Velocity", Microsoft's new distributed caching product. In this session we'll do a thorough look at all of the pieces of Velocity from installation/deployment, configuration, the API and some of its features like regions and tags.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”