InfoQ Homepage Performance & Scalability Content on InfoQ
-
MVP Erland Explores SQL Server Performance Concepts
In "Slow in the Application, Fast in SSMS?", SQL Server MVP, Erland Sommarskog, explores the various things that affect Query Plan, compilation of Dynamic SQL and other things that ultimately affect your SQL Server Database Performance. He covers various concepts and scenarios like parameter sniffing, query plan caching, Blocking, saved settings, issues with linked servers and more.
-
Barrelfish Is a Multikernel OS for Multicore Heterogeneous Hardware
The Microsoft and ETH Zurich research teams have published the source code of Barrelfish, a multikernel operating system for the multicore heterogeneous hardware of the future.
-
Introducing the MVC Mini Profiler from Stack Exchange
Stack Exchange has released the ASP.NET MVC profiler that is used by Stack Overflow and its sister sites. MVC Mini Profiler is an internal profiler specially designed to support database-backed websites.
-
Explaining .NET’s Barrier Class
With the increased emphasis on multi-core systems an understanding of parallel and concurrent programming is more important than ever. Fortunately .NET 4 has made a lot of advances in the types of synchronization primitives available to developers. One such primitive is the Barrier, which Emad Omara uses to implement a parallel merge sort.
-
Asynchronous Patterns in ASP.NET Web Forms vNext
Asynchronous programming is all the range these days and for good reason, when properly used it can significantly improve the throughput of I/O bound applications. And while some may think this of the realm of new and esoteric languages, even Web Forms is getting in on the game.
-
WebP’s Adoption Remains Unclear Despite New Improvements
Google has enhanced WebP, their open source image compressing format with higher image quality, progressive decoding, reduced pixelation along edges, and JNI support. Alpha channel support will be added soon, along with more speed improvements. The format is currently supported only by Google and Opera.
-
Azul's Zing 4.1 Virtualisation System for Java Gets up to 80% Better Performance Than Zing 4.0
Azul Systems' Zing 4.1, shipping in the next week, is 80% more performant than the already impressive Zing 4.0, according to the vendor. InfoQ spoke to Vice President of Technology and CTO for Azul Systems, Gil Tene, to find out more about how this has been achieved.
-
SAP's Cloud Strategy Evolves With In-Memory Computing Appliance
SAP announced multiple cloud offerings at SAP Sapphire 2011 around High-Performance Analytic Appliance(HANA) which has occupied front stage in SAP's innovation and strategy over the past year. In this news item we cover basic questions around HANA's architecture, performance and future roadmap.
-
Scala 2.9.0 Introduces Parallel Collections
The latest Scala release 2.9.0 introduces parallel collections to easily utilize multicore processors. Other new features are an improved REPL, ScalaDoc and new packages for interacting with the operating system.
-
Akka 1.1 Released, Brings Many Improvements to Futures and Performance, Reduces Dependencies,
Akka 1.1 was released with many improvements in performance, Futures and more. The basic Akka also has no dependencies except for Scala 2.9. InfoQ caught up with Jonas Bonér to talk about the current state and the future of Akka.
-
Scala & Akka Creators Launch Typesafe Company for Multicore and Cloud Architectures
Scala creator Martin Odersky joined forces with Jonas Bonér, the creater of Akka, and launched Typesafe. With $3 million Series A financing led by Greylock Partners, Typesafe offers commercial support for enterprise development of multicore and cloud architectures.
-
Rubinius Comes To EngineYard's AppCloud, Work on 1.9 and GIL Removal Continues
EngineYard now offers Rubinius on its AppCloud PaaS service. InfoQ talked to Evan Phoenix about the state of Rubinius, the new performance tools and the status of the GIL removal.
-
Using Messaging and Scheduling for Lock-free Access to Shared State
In a message passing system there may be times when mutable data must be shared amongst many tasks. In traditional programming this would be handled by a read-writer block, which would allow one writer thread to block all other threads while it updates the shared data. With a technique found in frameworks such as TPL Dataflow it is possible to avoid this.
-
Asynchronous Message Processing using Task Parallel Library and Reactive Extensions
A new preview of TPL Dataflow has recently been released along with Visual Studio Async. Along with performance enhancements and stronger ties with the Reactive Framework, it is being positioned as a foundation for building actor/agent style frameworks as opposed to a complete solution.
-
Silo: Using Hashing and Delta Update to Improve Today’s Browsers
On Tuesday Microsoft Researcher James Mickens discussed Silo, a framework for using hashing and delta-updates to dramatically reduce the number of round-trips to the server needed when loading a website. The technology works in today’s browsers without the need for plugins.