Is there any reason why I should not invoke a new thread from the webserver window, on a timer?
I want to add entries to an email queue during normal processing by users (it seems to take a while to send an email) so I thought I'd just slot the details into a queue, and process this on a timer invoked process, from the main webserver window?