![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: How to synchronize FileAccess between different Threads
From: Melissa Schrumpf <m_schrumpf_at_yahoo_com_NOT@microsoft.com>
Date: Tue Feb 28 2006 - 02:55:08 CET
Martin Grossenbacher wrote:
> Hello
> I have java and c# background but not much experience with structual
Let's separate the misconceptions from the requirements.
1. Procedural programming or object-oriented programming, if you have
2. Mutex locks should exist in some manner in C#, so it shouldn't be all
thread::mutex create ?-recursive?
thread::mutex destroy mutex
thread::mutex lock mutex
thread::mutex unlock mutex
3. You "can't" implement synchronization yourself, in Tcl, C, C++, C#,
4. Write access is the only access that needs to be synchronized if you
-- MKSReceived on Sun Apr 30 02:17:13 2006 |