One per Time...

  • Thread starter Thread starter Francisco Spaeth
  • Start date Start date
F

Francisco Spaeth

I have an application that feed a .zip file, but two or more users can
not feed this .zip in the same time. How can I do this in Asp.Net?

Grateful
Francisco
 
Tanks Octavio,

The problem was that I'm not using C# its Delphi, but I used Monitor
Class and its solved...

Its very useful... tanks a lot...

Francisco
 
Francisco,

You've done OK. As matter of fact, the 'lock' keyword in C# encapsulates the
creation/usage/disposal of a Monitor object.

Regards - Octavio
 
Back
Top