Re: WOTimer and Servlet Deploy
Re: WOTimer and Servlet Deploy
- Subject: Re: WOTimer and Servlet Deploy
- From: Helge Staedtler <email@hidden>
- Date: Mon, 19 Dec 2005 12:52:16 +0100
Hello Andrew,
I do not know what you are trying to do with the Timer, but if this Timer
needs to be precise and fire on a very regular basis, and it is not the only
Timer, I would not reccomend using it and instead using custom made Threads
instead. I found out that as soon as you get more than one Timer they do not
operate in parallel, but rather sequential. This brings the whole machine to
a stop if there are many timers running around.
As a consequence it is more a "suggestion of time to fire" than a real timer
(this precise countdown-thing) what you define if you use a WOTimer. Seems
as if the "time-to-fire" is not checked very often or at least has no high
priority.
but this is just my personal experience. since i use my own threads
everything works perfectly.
regards,
Helge
Am 19.12.2005 5:00 Uhr schrieb "email@hidden" unter
<email@hidden>:
> Hello;
>
> I'm having a bit of trouble with my WOTimers not firing under WO 5.2
> when my WOA is deployed into a servlet container (tomcat) -- has
> anybody else experienced issues with WOTimers and servlet deploy or
> has even had some luck with this combination?
>
> cheers.
>
> ___
> Andrew Lindesay
> www.lindesay.co.nz
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
--
Momo was there and joined in, that was all, but for some reason her mere
presence put bright ideas into their heads. -- from Michael Ende's "Momo"
Expect and Respect.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden