M
Mark S.
Hello,
My c# aspx 2.0 web application has a static class. I would like to add a
dataTable to it and have the heavy load (+100 requests a second) update it's
values. This is the first time I used dataTable in a heavy load app and I'd
really appreciate any advice. With my pre-existing static collections I use
sync lock, will I need to do the same for the datatable, and if so please
point me to some documentation, I can't seem to find it in VS2005 docs or
Google.
Thank you.
My c# aspx 2.0 web application has a static class. I would like to add a
dataTable to it and have the heavy load (+100 requests a second) update it's
values. This is the first time I used dataTable in a heavy load app and I'd
really appreciate any advice. With my pre-existing static collections I use
sync lock, will I need to do the same for the datatable, and if so please
point me to some documentation, I can't seem to find it in VS2005 docs or
Google.
Thank you.