IBM’s Method Scheduler for J2EE, Servlets and JSP
IBMs new Method Scheduler for Java (MS4J) is a scheduler component that allows developers to execute methods on Java objects asynchronously and/or repeatedly. MS4J can increase Web application page response times by performing certain input/output (I/O) operations (such as database updates) asynchronously, in parallel with or after page delivery to the client.