Timer?

I am not java know-man but with C++ we use thread instead timer because
thread it is more efficient.

Java has thread too and I have some example of thread with java if you want
I can send.
----- Original Message ----- 
From: "Christopher Williams" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>; "sundararaman"
<[EMAIL PROTECTED]>
Sent: Saturday, August 30, 2003 6:45 AM
Subject: Re: [Sundararaman] [Help me]


> I would strongly advise against using the Swing timer object.  Try using a
> java.util.Timer object instead.  I use this in a servlet to perform
> automatic daily backups and other automated tasks.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to