Coming close to completing an ASP tick based game.
A tick based game is when every 'tick' new scores are calculated, lots of equations are executed etc etc. With thousands of players this can take a few minuites.
The way a tick runs is the game checks if a tick should be run on every page view, then executes a file if it should. However my question is, when the player who activates the tick views a page he will see just white for ages whilst the tick executes. Is there anyway to redirect this user and continue the execution of the tick file?