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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -