Thread Synchronization: Using Events Signaling

In the last articles we saw how to synchronize two threads using critical section and mutex. They allow both the threads to execute at the same time. But only one thread can access the blocking object at a time. However, sometimes we may wish to write two threads where one thread should not get executed [...]

Full Story »

Thread Synchronization : Using Mutex Objects

Download source code for this project here Thread Synchronization Using Mutex
The word mutex comes from mutually and exclusive. Mutexe is used to gain exclusive access to a resource mutually shared by two or more threads. Unlike critical sections, mutexes can be used to synchronize threads running in the same process or in different processes. There [...]

Full Story »

Thread Synchronization : Using Critical Section

Download source code for this project from here Using Critical Section
Software development is a team effort. Unless team members cooperate with one another, synchronize their work with the rest of the team, the team can’t go far. Similarly if in a program there are several threads running, unless their activities are synchronized with one another [...]

Full Story »

Programming Articles and Programming Tips

Programming Articles and Programming Tips

Full Story »

Software Project Ideas

Click here to view these articles….

Full Story »

Visual Basic Tutorial

Visual Basic Tutorial Introduction, Visual Basic Language,Exploring Toolbox,More on Toolbox,Databases Interface Design, Database Connection with the DAO Data Control,Database Queries with SQL,Database Connection with ADO Technology More details….
Introduction
Visual Basic Language
Exploring Toolbox
More on Toolbox
Visual Basic And Databases
Visual Basic Interface Design
Introduction to Databases
Database Connection with the DAO Data Control

Full Story »

Win32 API Tutorial

Win32 API Tutorial

Full Story »

.Net, C#, ASP, ADO, Visual Basic and Winforms Tutorials

.Net, C#, ASP, ADO, Visual Basic and Winforms Tutorials

Full Story »

Oracle Tutorial for Beginners

Oracle FAQ’s
Oracle app’s technical document
Introduction to Structured Query Language
Oracle SQL*Net/ Net8 FAQ
Oracle Precompiler FAQ
Oracle ODBC Connectivity FAQ
Oracle Objects for OLE (OO4O) FAQ
Oracle Forms 4.5/ 5.0/ 6.0 FAQ
Oracle for WindowsNT FAQ
Oracle for Windows 3.x, 95 and 98 FAQ
Oracle for UNIX FAQ
Oracle Call Interface FAQ
Oracle Applications FAQ
Important Questions in Oracle, Developer /2000(For…
DBA Faq’s
SQL questions
Queries
Oracle Questions
TRIGGERS questions
PL [...]

Full Story »

UML – Unified Modeling Language faqs

http://umlfaqs.blogspot.com/

Full Story »
« Older Entries

Categories

Powered by Yahoo! Answers