I've been reading up on how the ASP.NET workes with it's compiling. It says if the page is being run for the first time since it's last change, it'll be compiled (which is why they seam to take just a bit longer to load the first time you hit a page), but after that it's working with the already compiled code until it's changed again.
What I'm wondering is...is this more along the lines of how cache works? Does the page compile the first time for each person....or does it compile once on the server and for every user after that, it serves the compiled code to everyone until the next change to the document? -Ovatvvon :-Q
What I'm wondering is...is this more along the lines of how cache works? Does the page compile the first time for each person....or does it compile once on the server and for every user after that, it serves the compiled code to everyone until the next change to the document? -Ovatvvon :-Q