Critical Procedures: Synchronization for the Lazy

By Steven Parker

Posted October 29 2004

Summary: To protect data that's shared across threads, you can use a Critical Section, but if you fail to release the Critical Secition when you're done with it, you have a Critical Problem. The solution: use a Critical Procedure instead.

Please log on to read this subscriber-only article. If you do not have a subscription you can purchase one in the ClarionMag store.

Clarion Roadmap

Try the roadmap (beta)

Search ClarionMag

 

Advanced search

From the archives

Clarion# And The Google Calendar API

12/17/2007 12:00:00 AM

Randy Rogers shows how to use the Google Calendar API to add public and private calendars to your Clarion# applications.