Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Mutex class
Message
De
19/06/2007 08:21:22
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
19/06/2007 06:07:47
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01234134
Message ID:
01234201
Vues:
13
Hi Cetin,

>>I am need of limiting access to some methods in a class to a single case. I am looking at the use of Mutex but it seems to have some limitations. First if the same thread calls the method twice it would be allowed. This doesn't work for me since all calls to the methods would be coming from the main application thread. Does anybody have any ideas on this?
>>
>>My class contains several methods that send commands over the serial port. I need to block any additional commands until the serial port responds to the first command. Is there such a thing as a Queue?
>>
>>Thanks
>>Tim
>
>Maybe Queue class could help.
>Cetin


hmmm.. I had not run into this class before and at first glance seems interesting. The example is pretty lame in the help file, so I will search out a fuller explanation for its use. It does appear to have some thread safety issues also.
Thanks
Tim
Timothy Bryan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform