Browse by Tags
At PDC 2009 we have announced roadmap and details on release of Microsoft project codenamed "Velocity" under Windows Server AppFabric, to download latest bits and more details please check out following links. On-Premises or in the Cloud, One Consistent
Read More...
Benchmark showcases Microsoft’s Project Code-named “Velocity” ability to Scale Web Application Grid Dynamics, a Microsoft partner, created three sample applications, designed to be typical use cases for data caching, and ran extensive benchmarking tests
Read More...
Windows PowerShell allows you to invoke C# code directly from the PowerShell scripts. This offers a powerful way to “script” cache operations such as puts/gets etc. This can be used to prime the cache as part of an automated setup or to perform other
Read More...
How to control ETW sessions and collect traces In this section I will describe how to work with an ETW sink. ETW stands for “Event Tracing for Windows”. It is a high speed tracing facility provided by the OS. It uses buffering and logging mechanism implemented
Read More...
How to use “Velocity” logging framework Microsoft project code named "Velocity" provides the ability to trace events on the cache client and cache host. These events are captured by enabling log sinks. A sink represents a valid destination to which logs
Read More...
How to ensure you have correct client libraries This section is more important for people who are upgrading from CTP2 to CTP3. Since Microsoft project code named “Velocity” bits are not backward compatible, while upgrading the cache hosts, “Velocity”
Read More...
Hi, Hope all of you are having great time caching your data with Microsoft project code named “Velocity” . This post is first in the series of some practices and guidelines to follow in order to make best use of “Velocity” and for troubleshooting any
Read More...
Jarek has written a blog and a sample of integrating caches into EF. One integration sample is using Velocity CTP3 bits. Take a look at http://blogs.msdn.com/jkowalski/archive/2009/06/11/tracing-and-caching-in-entity-framework-available-on-msdn-code-gallery.aspx
Read More...
We are planning to add performance counters in the upcoming release, CTP4. The performance counters will be available for one or both of the following categories: · Host - A category for single-instance performance counters pertaining to a single cache
Read More...
Velocity CTP3 Samples are now available under http://code.msdn.microsoft.com/velocity/Release/ProjectReleases.aspx?ReleaseId=2794
Read More...
As Velocity moves ahead with the next release milestone, there is an update that - Velocity is planning to release CTP 4 around mid-September 2009. Some of the features planned for CTP 4 would be - Velocity Setup/Configuration changes, Velocity Performance
Read More...
Aaron has published a Velocity article on MSDN magazine. It also include sample code for the cool Northwind demos that I used in my recent talks. Check it out at - http://msdn.microsoft.com/en-us/magazine/dd861287.aspx
Read More...
Sometimes you see this error in the Get calls and this can freak out people. There are a few reasons why this error may come. Internally we have a 15second timeout for calls (either Get or Put) .So if are not able to satisfy the request within that time,
Read More...
Anshul ran some more numbers to see the max throughput and latency that we have observed with CTP3. Here are some numbers to share. Note that these are the max throughput numbers and latencies observed at those values. If you reduce the throughput, then
Read More...
You can increase the number of clients to increase the cache throughput. But sometimes if you want to have smaller set of clients and increase throughput, a trick is to use multiple DataCacheFactory instances. The DataCacheFactory instance creates a connection
Read More...