I don't know, if this is true. After every tick of my timer is generate one
node into an XML object as a log. I got a webmethod returning this XML
containing the log. After each tick the log extends, so no new instances. I
got some other global objects, for example an excel application. Keeps
running.
But after a while (this is more then 15 minutes) all the objects will be
reseted.
Why?
> Don't use Timers in Web Services!!!
> Use Windows Services for this task.
[quoted text clipped - 17 lines]
> > Thanks in advance,
> > Arpicheck
Raj Tripathi - 17 Mar 2005 07:11 GMT
I'm still pretty shure that YOU SHOULD NOT use Timers in WebService.
Check out this MSDN article for reference:
http://msdn.microsoft.com/msdnmag/issues/05/03/SchedulingASPNETCode/
Raj
> I don't know, if this is true. After every tick of my timer is generate one
> node into an XML object as a log. I got a webmethod returning this XML
[quoted text clipped - 27 lines]
> > > Thanks in advance,
> > > Arpicheck