Wht I want to do is to call a method inside an object in the same java web app. 
Trying to do that from the OS would not be a good solution for me.
 
 
> -----Original Message-----
> From: Joseph Morgan [mailto:joseph.mor...@ignitesales.com]
> Sent: Thursday, December 02, 2010 03:17 PM
> To: Tomcat Users List; bbprefix-tom...@yahoo.com
> Subject: RE: How to schedule events on Tomcat?
> 
> Why can't you use process scheduling of your OS?
> 
> -----Original Message-----
> From: Brian [mailto:bbprefix-tom...@yahoo.com]
> Sent: Thursday, December 02, 2010 1:52 PM
> To: users@tomcat.apache.org
> Subject: How to schedule events on Tomcat?
> 
> Hi,
> 
> I have a regular app in my Tomcat server, based on the request/response
> paradigm.
> 
> I need some processes tu run at some specific intervals, lets say after 30
> minutes of some events, or maybe every 30 minutes. Is there a way to do that
> on Tomcat, to schedule events?
> 
> I don't want to try tying this process to the requests, because it would make
> them run slower, and it would run twice at the same time if two requests
> arrive almous simultaneously.
> 
> 
> 
> Thanks,
> 
> 
> 
> Brian
> 
> 
> 
>

Reply via email to