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
Post a Comment