java - How to handle a large number of Cron jobs with EJB? -


i'm writing website uptime monitoring tools ejb3.1 need check websites http response code every 1 minuet. therefore, need run many cron jobs in parallel in same time during 1 minuets. i'm using timer service now, problem is, how many timer service can make in code (programmatically) or best solution problem? there threadpooling have in normal (javase) application in ejb applications?


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -