i have a web page that makes a query to a table, many users will be accesing that page.
if 2 or more users call the page at the same time, will one page is going to be process before the other, or do they are process exactly at the same time.
how is this manage in ASP.NET ?
if 2 or more users call the page at the same time, will one page is going to be process before the other, or do they are process exactly at the same time.
how is this manage in ASP.NET ?