in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » C# » Threading (RSS)

Browse by Tags

  • A single step solution to avoid Deadlock in Multi-threading

    n its simplest form, deadlock occurs when each of two (minimun two) threads try to acquire a lock on a resource already locked by another. E.g: Take example of two threads 1. thread 1 2. Thread 2 And two resources 1. Resource 1 2. Resource 2 Thread 1 locked on Resources 1 and tries to acquire a lock...
    Posted to General (Forum) by elizas on 02-19-2010
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems