concurrency

  1. News

    Windows 7 AFDS Keynote: Herb Sutter - Heterogeneous Computing and C++ AMP

    Herb Sutter introduces the Link Removed crowd (and the world!) to Microsoft's view on heterogeneous computing in the concurrency age and introduces one of Microsoft's upcoming technologies for democratizing GPGPU/APU/Multi-Core/Many-Core programming for native developers: C++ Accelerated Massive...
  2. News

    Windows 7 Tech Ed North America: Kate Gregory - Modern Native C++ Development for Maximum Productivity

    Kate Gregory presents Modern Native C++ Development for Maximum Productivity at Tech Ed North America 2011. Go Kate! This session clarifies what features are in Microsoft Visual C++ 2010 and what is yet to come. It illustrates how new constructs such as lambda expressions enable better use of...
  3. News

    Windows 7 Cloud Cover Episode 43 - Scalable Counters with Windows Azure

    Join Wade and Steve each week as they cover the Windows Azure Platform. You can follow and interact with the show Link Removed. In this episode, Steve and Wade explain the application architecture of their latest creation—the Link Removed. Like many other popular buttons on the Internet, the...
  4. News

    Windows 7 Parallel Programming in Native Code: Tasks and Continuations, Part 1 of 2

    The Link Removedwrite tools for the C++ community that make it easier to write reliable, performant and scalable concurrent and parallel code. In this conversation, Mike Chu , Dana Groff, Artur Laksberg, and Vinod Koduvayoor Subramanian talk about their latest addition to the Parallel Patterns...
  5. News

    Windows 7 Stephen Toub: Inside TPL Dataflow

    TPL Dataflow (TDF), System.Threading.Tasks.Dataflow, builds upon the foundational layer for asynchronous and concurrent programming using Tasks provided in TPL in .NET 4. TDF is a complementary set of primitives to those delivered in TPL in .NET 4, addressing additional scenarios beyond those...
  6. News

    Windows 7 Project Orleans: A Cloud Computing Framework

    Link Removed is a Link Removed project and managed (.NET) software framework for building client + cloud applications. As outlined in the recently released paper on the topic: Orleans defines an actor-like model of isolated grains that communicate through asynchronous messages and manage...
  7. News

    Windows 7 E2E: Concurrent Programming with Revisions

    Building applications that are responsive and can exploit parallel hardware poses an important challenge. In particular, enabling applications to execute various tasks in parallel can be difficult if those tasks exhibit read and write conflicts. Revisions are forked and joined much like...
  8. News

    Windows 7 Developers: Rise to the Challenge at RiSE4fun.com

    If you've spent any time on C9 over the years, then you've probably met some of the people from the RiSE team in Link Removed and are familiar with at least some of the great technologies they've developed. RiSE, which stands for Research in Software Engineering, is a rock star research group...
  9. News

    Windows 7 Don McCrady - Parallelism in C++ Using the Concurrency Runtime

    In this session, Don McCrady discusses how C++ programmers can fully utilize multicore in their applications using the Concurrency Runtime (ConcRT), the Parallel Pattern Library (PPL), and the Asynchronous Agents Library that ship with Visual Studio 2010. Link Removed More...
  10. News

    Windows 7 C9 Lectures: Dr. Ralf Lämmel - AFP - The Quick Essence of Functional Programming

    We had to cover monads eventually, and there are many great monad tutorials out there (see, for example, here: http://www.haskell.org/haskellwiki/Tutorials#Using_monads). In fact, there are web resources concerned solely with organizing the many monad tutorials available in the wild, and...
  11. News

    Windows 7 Allen Wirfs-Brock and Chris Wilson: EcmaScript 5

    ECMAScript is object-based: basic language and host facilities are provided by objects, and an ECMAScript program is a cluster of communicating objects. An ECMAScript object is a collection of properties each with zero or more attributes that determine how each property can be used—for example...
  12. S

    Windows 7 Concurrent RDP sessions on windows 7 enterprise

    Hi people, Mod's - if there is a better forum for this, please feel free to re-locate the thread. Does anyone know how to set up concurrent RDP sessions on a windows 7 enterprise machine? There are hacks which allow you to do it on other versions of windows 7 (proffessional/ultimate/etc) -...
  13. I

    Windows 7 Windows 7 tcpip.sys Auto Patcher to Increase TCP Connection Limit

    First hallo everybody! :) TCP-Z Free Download (Half Open TCP/IP Memory Patcher for x86 and x64 Windows 7 The powerful and all Windows versions TCP/IP (tcpip.sys) auto patcher, TCP-Z, has been upgraded to version 2.4 Build 20090108 to fully support Windows 7 Beta with build version 7000...
Back
Top