reading txt storing in different
Posted
by dev2
on Stack Overflow
See other posts from Stack Overflow
or by dev2
Published on 2010-06-09T10:34:14Z
Indexed on
2010/06/09
10:42 UTC
Read the original article
Hit count: 143
ASP.NET
|waithandle
ASp.NET application. In button click i am accessing one text file and reading content and storing in other destination.
while both users clicking this button at a time deadlock(thread is being used by other process) will occurs so how to handle this i want to read each user one by one can any one suggest method to handle. i am looking to handle with waithandle events so can any one give a code sample for above scenario.
© Stack Overflow or respective owner