R
Ray Porter
Back when I was writing native ISAPI applications, it was always necessary
to protect resources like files within a synchronization object like a
critical section or a mutex. Is it still necessary to do that in ASP.Net
code? For example, if we have an application that is creating and writing
to a custom log file, should the file access logic be blocked by a
synchronization object of some sort or does the asp.net process protect you
from that sort of problem?
Thanks,
=================================
Ray Porter
Information Systems
Applications Development Manager
Division of University Advancement
University of North Carolina at Chapel Hill
Phone: (919) 259-9389
Fax: (919) 843-3314
Pager: (919) 216-4218
(e-mail address removed)
http://www.unc.edu/~dragon
Meddle not in the affairs of dragons for thou
art crunchy and taste good with ketchup
to protect resources like files within a synchronization object like a
critical section or a mutex. Is it still necessary to do that in ASP.Net
code? For example, if we have an application that is creating and writing
to a custom log file, should the file access logic be blocked by a
synchronization object of some sort or does the asp.net process protect you
from that sort of problem?
Thanks,
=================================
Ray Porter
Information Systems
Applications Development Manager
Division of University Advancement
University of North Carolina at Chapel Hill
Phone: (919) 259-9389
Fax: (919) 843-3314
Pager: (919) 216-4218
(e-mail address removed)
http://www.unc.edu/~dragon
Meddle not in the affairs of dragons for thou
art crunchy and taste good with ketchup