Concurrency
Article

Introduction to Java Fork Join Framework with sample examples

This article is an introduction to Java Fork Join Framework, including the concepts of Java Plain old multithreading with the help of Thread objects, and Java Executor Framework, callable, future...
Article

What is deadlock in Java ? How to fix it ?

This is one of the question which is flavor of the season for multithreading , asked more at a senior level and with lots of follow up questions , though question looks very basic but most of...
Article

Debugging Multithreaded Applications as Singlethreaded in C#

Multicore and parallel programming requires new abilities from C# developers. In order to solve problems that arise in concurrently running threads in applications, we need new debugging techniques...
Article

The busy Java developer's gateway drug to Scala

The "gateway drug" to Scala for many, if not most, Java programmers is the promise of easier coding when dealing with concurrency and writing thread-safe code. In this installment of the The busy...
Article

Use Asynchronous Execution Pattern in ASP.NET

Asynchronous operations or execution pattern is another face of multithreading. Some operations are time consuming, take long time to complete, and block user interface waiting for their completion....
Article

Manual Threading in ASP.NET

Explains how to create, manage and synchronize threads manually in ASP.NET. Some times thread pool technique is not sufficient to manage certain cases within your application, and the need for...
Article

Parallel Machine Learning Toolbox for Linux

Many sophisticated machine learning algorithms cannot process large amounts of data on a single node, but Parallel Machine Learning Toolbox (PML) can do so by distributing the computations. This...
Article

Multithreading in ASP.NET

Explains how to use threads to enable multitasking in ASP.NET applications. Performance and responsiveness are most the important key issues in the success of your web application. Sometimes you need...
Article

Cross-Thread Operation

Properly and elegantly make cross-thread operations using delegates.
Article

Watson Sparse Matrix Package

Discover the updated Watson Sparse Matrix Package, a collection of algorithms for efficiently solving large systems of linear equations whose coefficient matrices are sparse. This software can be...
Article

Concurrent Object-Oriented Programming in Python with ATOM

Object-oriented mechanisms, such as classes and inheritance, and concurrency mechanisms, such as threads and locks, provide two separate software structuring dimensions. The development of concurrent...
Article

Basic Threading in Python

If you want your application to perform several tasks at once, you can use threads. Python can handle threads, but many developers find thread programming to be very tricky. Among other points,...
Article

Key Porting Differences from LinuxThreads to NPTL

The LinuxThreads project originally brought multithreading to Linux, but didn't conform to POSIX threading standards. The introduction of Native POSIX Thread Library (NPTL) however, overcame many of...
Article

Threading in C# - In-Depth Article

Extensive article on multi-threading in C#. Covers such topics as thread pooling, safe use of Abort, synchronization contexts, Wait Handles vs Wait and Pulse, memory barriers and volatility, local...
Article

Solve the Page Waiting Game with Threaded AJAX

ASP.NET offers a few solutions for handling long-running processes. One of the best methods is to combine threading with either a polling solution or AJAX.
Article

Locking and Concurrency Part 1

We will investigate the granularity to which Oracle locks data, how Oracle achieves ‘multi-version read consistency’, and what that all means to you, the developer. When appropriate, I’ll contrast...
Article

A Tutorial on creating DLLs with VC++

Visual basic is very fast and easy tool for developing applications with high degree of user friendliness , but it lacks some important functionalities like direct access to hardware, multi...
1 2 3 4  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.