|
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: Jeffrey Richter
|
Rating:
|
|

By far, the most common use of thread synchronization is to ensure mutually exclusive access to a shared resource by multiple threads. In the Win32® API, the CRITICAL_SECTION structure and associated functions offers the fastest and most efficient way to synchronize threads for mutually exclusive access when the threads are all running in a single process. The Microsoft® .NET Framework doesn't expose a CRITICAL_SECTION structure, but it does offer a similar mechanism allowing mutually exclusive ...
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Jeffrey Richter
|
Rating:
|
|

In my last column, I showed the various thread synchronization mechanisms employed by the Microsoft® .NET Framework (see Concurrent Affairs: Performance-Conscious Thread Synchronization). I then examined the performance characteristics of all these mechanisms and determined that the Interlocked methods performed the best because the calling thread never has to transition to kernel mode. I then looked at how to build some simple locks using the Interlocked methods....
|
|
|
|
Total Hits: 12 | Today: 0
|
Author: Eric Marcon
|
Rating:
|
|

The Synchro control is a multithreaded user control allowing folder copy and synchronization. The control is visually a progress bar that can be added to a form. After its properties have been set, it can be launched by its method SyncStart. A separate thread is run so the program interface remains reactive. When it is done, it raises an event SyncDone. It may also be used in a console application, as a single thread....
|
|
|
|
Total Hits: 11 | Today: 0
|
Author: Chris Dern and Roy Patrick Tan
|
Rating:
|
|

We are at another crossroads in the industry, as more and more transistor-laden processors demand multi-threaded code to realize their full potential. While machines from desktops to netbooks sport no less than dual-core processors under the hood, throngs of hungry transistors sit idle -- crying for multi-threaded applications to devour. To address the oncoming wave of concurrent applications, companies like Intel and Microsoft are racing to market with profilers, frameworks, debuggers and libra...
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

After you add a Local Database Cache and provide configuration information in the Configure Data Synchronization dialog box, you must still add code to your application to actually synchronize the local and remote databases. Initiate synchronization by calling the Synchronize method of a SyncAgent....
|
|
|
|
Total Hits: 33 | Today: 0
|
Author: John Kenedy S.Kom
|
Rating:
|
|

Programmer often has problem likes 1. Setup and Deployment that contains SQL Express 2005 can only install with default database instance name (SQLEXPRESS), where programmer often want a different instance name. Which is impossible by using Setup and Deployment project 2. When the database is install, some installation need programmer to manually tell where the backup database is, so it can restore, or morely programmer do it manually using Management Studio....
|
|
|
|
Total Hits: 31 | Today: 0
|
Author: adminmyserver
|
Rating:
|
|

In this article, we're going to build a web application to consume and use data from the World's Fastest Server SOAP Web Service. We're going to build this app with Ruby on Rails, a popular web framework. Ruby is a high-level, dynamic, object-oriented language. Along the way, we'll also be sprinkling in some JavaScript and Perl....
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: michael.neubrander
|
Rating:
|
|

This program is written with the intention of being able to create GMail accounts using the .NET API supplied from Google. It is written with Visual Studio 2008. The whole project is included, and a working copy should be available in the Release directory....
|
|
|
|
Total Hits: 19 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

The .NET Framework enables you to call any method asynchronously. To do this you define a delegate with the same signature as the method you want to call; the common language runtime automatically defines BeginInvoke and EndInvoke methods for this delegate, with the appropriate signatures....
|
|
|
|
Total Hits: 32 | Today: 0
|
Author: Mark Nischalke
|
Rating:
|
|

Windows SharePoint Services (WSS) and Microsoft Office SharePoint Server (MOSS) are great tools for providing useful information and analysis of that information. One of the basic components for making this information visible to end users is the List. These lists can then be used to form different views of the data, filtered by specified criteria to focus on essential information. MOSS can also use these lists as the basis for creating Key Performance Indicators (KPI)....
|
|
|
|
Total Hits: 33 | Today: 0
|
Author: Moim Hossain
|
Rating:
|
|

This is my second code submission in CodeProject. Recently I was working with Microsoft SharePoint 2007 server and with its object models and the SharePoint web services as well. My intent was to make a program by which I can move documents from one SharePoint document workspace to another. And to make the thing more applicable I was seeking a way where I can move documents back and forth between two different version of SharePoint server. And here in this article I have describe a way to trans...
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: mf040
|
Rating:
|
|

The article introduces a method of synchronizing two PostgreSQL databases. Although, this seems to be an easy task, no product (slony, londiste, ...) really satisfied the needs within the maps.bremen.de project. Either they have special prerequsits that didn't apply for our problem or they didn't support synchronizing of large objects....
|
|
|
|
|
|