Multiple users sending request to asp page at same time

hi

i am creating a hit counter using asp.

there are 18 links on my web page i want to count how many times each of the link is being clicked.

problem is - if more than one user clicks the link at the same time count is incremented only by 1. how do i check if there are many users clicking one link at once??

plz help