This might be a bit of a silly question but;
If I have two people logging on to my site at exactly the same time, will the server side code be executed one after the
It should use a thread pool. Note that they are still in the same application, so application level items like static variables are still shared between them.