Instead of using a timer serverside can you just do a simple javascript timer on the client?

Personally I think timers are for win form apps, I don't think you should be running a timer on the server, they don't really suit client/server set up.