I would like to delay code execution for a single request (based in IP address) efficiently without affecting the overall server performance (so Thread.Sleep is not an option?).
How can this be done?
(this is to annoy specific people for a certain amount of time, while still providing correct functionality when the time is over..)