Data Driver

Blog archive

Is Microsoft Losing Command of Velocity?

It looks like there will be another test release of Microsoft's in-memory data caching software, code-named Project Velocity. Microsoft today said it will release a fourth Community Technology Preview (CTP) in mid-September, leading to the conclusion that the company will miss its goal of a summer release to manufacturing.

Announced a year ago, Project Velocity is designed to provide scalable performance of data-driven applications by reducing the number of calls the app has to make to the data source. According to Microsoft, it offers high-speed access to data developed in .NET via partitioned, replicated or local caches. It does so by fusing memory across multiple servers to provide a single, unified cache view to apps.

Microsoft has said it will offer Project Velocity free of charge. It was expected to RTM this summer but in a blog posting by the Project Velocity team, Microsoft revealed plans for CTP 4. The new CTP will offer improved stability and security.

CTP 4 will also include at least two new features: performance monitor counters and support for setup and configuration changes. The performance counters will be available for both the host and the cache. Microsoft's Sharique Muhammed provided details in a separate posting today.

Meanwhile, CTP 3 has been in the hands of testers for over the past two months, and Microsoft today posted code samples on its MSDN site today.

What's your take on Project Velocity? Drop me a line at [email protected].

Posted by Jeffrey Schwartz on 06/10/2009


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube