RE: [JBoss-user] Timer MBeans Scheduling

2003-11-10 Thread Srinivas Malladi
] Timer MBeans Scheduling Dear All, We are developing a web based application which has 3 Timer Mbeans to be scheduled. We have scheduled each of them with a time interval of 10 min. The process involved in processing each request(when they are triggered) is very cpu and memory intensive (involves

Re: [JBoss-user] Timer MBeans Scheduling

2003-11-09 Thread bwallis
(sorry if this is a duplicate, my work email seems unable to reliably post so sourceforge mailing lists) On Mon, 10 Nov 2003 00:46, Rama Rao wrote: > Please share any ideas of scheduling? You might want to check out Quartz. It gives you more options than the JBoss scheduling. Hava a look at http

[JBoss-user] Timer MBeans Scheduling

2003-11-09 Thread Rama Rao
Dear All, We are developing a web based application which has 3 Timer Mbeans to be scheduled. We have scheduled each of them with a time interval of 10 min. The process involved in processing each request(when they are triggered) is very cpu and memory intensive (involves native calls). All the thr