Sign in
Microsoft project code named "Velocity"
Distributed Caching
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET
Creating Multiple Velocity Instances on a Single Machine
CTP1
CTP3
Distributed Cache
Entity Framework Velocity
manual installation of velocity
Microsoft project code named “Velocity”
MIX 09 velocity talk video
msdn velocity magazine
PDC 2008
PDC 2009
Session State Provider
Velocity
velocity benchmark griddynamics
velocity cache pdc video
Velocity Microsoft CTP3 performance
velocity performance
velocity podcast teched craig shoemaker
Velocity request timeout errors
Velocity TechEd 2008 presentation
Archive
Archives
March 2010
(1)
December 2009
(1)
November 2009
(1)
September 2009
(1)
June 2009
(10)
April 2009
(6)
March 2009
(4)
October 2008
(4)
June 2008
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft project code named "Velocity"
Announcing Windows Server AppFabric Beta2 Release
Posted
over 3 years ago
by
velocityteam
5
Comments
We are excited to announce that the Beta 2 release of Windows Server AppFabric is now available for download via http://msdn.microsoft.com/appfabric . This is the Windows Server AppFabric build that works with the RC (Release Candidate) build of Visual...
Microsoft project code named "Velocity"
PDC talk
Posted
over 4 years ago
by
velocityteam
0
Comments
http://microsoftpdc.com/Sessions/FT26 My PDC talk on AppFabric Caching
Microsoft project code named "Velocity"
Announcing "Windows Server AppFabric"
Posted
over 4 years ago
by
velocityteam
1
Comments
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...
Microsoft project code named "Velocity"
Griddynamics benchmark on Velocity
Posted
over 4 years ago
by
velocityteam
2
Comments
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...
Microsoft project code named "Velocity"
PowerShell Scripting for Microsoft project code named "Velocity"
Posted
over 4 years ago
by
velocityteam
0
Comments
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...
Microsoft project code named "Velocity"
Troubleshooting “Velocity” Series – III (Continued)
Posted
over 4 years ago
by
velocityteam
2
Comments
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...
Microsoft project code named "Velocity"
Troubleshooting “Velocity” Series – III
Posted
over 4 years ago
by
velocityteam
0
Comments
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...
Microsoft project code named "Velocity"
Troubleshooting “Velocity” Series - II
Posted
over 4 years ago
by
velocityteam
0
Comments
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...
Microsoft project code named "Velocity"
Troubleshooting “Velocity” Series
Posted
over 4 years ago
by
velocityteam
1
Comments
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...
Microsoft project code named "Velocity"
EF Query caching with Velocity
Posted
over 4 years ago
by
velocityteam
0
Comments
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...
Microsoft project code named "Velocity"
Proposed Performance Counters for CTP4
Posted
over 4 years ago
by
velocityteam
3
Comments
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...
Microsoft project code named "Velocity"
Velocity CTP3 Samples are now available
Posted
over 4 years ago
by
velocityteam
0
Comments
Velocity CTP3 Samples are now available under http://code.msdn.microsoft.com/velocity/Release/ProjectReleases.aspx?ReleaseId=2794
Microsoft project code named "Velocity"
Update on Velocity upcoming release - CTP4
Posted
over 4 years ago
by
velocityteam
4
Comments
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...
Microsoft project code named "Velocity"
Velocity MSDN Magazine Article
Posted
over 4 years ago
by
velocityteam
1
Comments
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
Microsoft project code named "Velocity"
The dreaded error - Cache::Get: The request timed out
Posted
over 4 years ago
by
velocityteam
8
Comments
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...
Microsoft project code named "Velocity"
More performance numbers
Posted
over 4 years ago
by
velocityteam
2
Comments
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...
Microsoft project code named "Velocity"
Pushing Client Performance
Posted
over 4 years ago
by
velocityteam
1
Comments
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...
Microsoft project code named "Velocity"
Regions and high Availability
Posted
over 4 years ago
by
velocityteam
1
Comments
When talking to some customers and partners, there was some confusion regarding regions and high availability. There is a assumption that if you use regions you will not get High Availability. That is not correct - High Availability is orthogonal to whether...
Microsoft project code named "Velocity"
Announcing Velocity CTP3 !
Posted
over 4 years ago
by
velocityteam
16
Comments
Velocity Team is happy to announce release of Microsoft project code named "Velocity" CTP3 For community technology preview 3 (CTP3), Microsoft project code named "Velocity" offers several enhancements and revised APIs. The enhancements include cache...
Microsoft project code named "Velocity"
Performance!
Posted
over 4 years ago
by
velocityteam
2
Comments
In my MIX talk I told that for 2k reads, we take 3ms. It is actually the case under load where the servers are straining. Here is a latest performance shot that we got with the CTP3 bits. Bulk APIs: Note that these numbers are without any bulk operations...
Microsoft project code named "Velocity"
Update on CTP3.
Posted
over 4 years ago
by
velocityteam
4
Comments
We had initially planned to release CTP3 during MIX. However, we had to make some API changes to get it conformat to the .Net naming guidelines. We wanted to take this changes now so that the CTP3 and RTM bits don't diverge in their API. Current plans...
Microsoft project code named "Velocity"
MIX 09
Posted
over 4 years ago
by
velocityteam
1
Comments
I presented at MIX about Velocity and was a great response. Here is a video of the talk - I also added a demo for notifications that I worked on the previous night and came out nicely. http://videos.visitmix.com/MIX09/T59F We have been a little...
Microsoft project code named "Velocity"
Velocity CTP3 ...
Posted
over 4 years ago
by
velocityteam
6
Comments
Microsoft distributed cache project codename 'Velocity' CTP3 is coming out soon, as we are working hard toward CTP3 launch (around MIX 09) with improvements in Scalability, Availability, Notifications etc More details to come with Velocity CTP3 release...
Microsoft project code named "Velocity"
How to use C# to perform cluster administration in “Velocity”
Posted
over 4 years ago
by
velocityteam
4
Comments
This article talks about using Microsoft project code named “Velocity” PowerShell cmdlets in C# code for distributed cache cluster administration. 1) Go through the following blog to get started with using Exchange Management Shell commands in managed...
Microsoft project code named "Velocity"
PDC Videos are here!
Posted
over 5 years ago
by
velocityteam
5
Comments
Anil and myself presented Velocity at PDC - I did an overview (Intro) session while Anil did an under-the-hood and futures session. The videos are here TL14 Project "Velocity": A First Look Presenter: Murali Krishnaprasad Resources: ...
Page 1 of 2 (35 items)
1
2