This document summarizes a presentation on processing background tasks on IBM Domino servers. It discusses:
1) DOTS (Domino OSGi Tasklet Services), which provides the ability to develop and run OSGi-level server tasks (tasklets) for Domino for unattended processing such as scheduled reports and batch jobs.
2) Asynchronous processing techniques for XPages applications, including using Eclipse Jobs and thread pools to run long-running tasks asynchronously without blocking the user interface.
3) Alternative approaches like using a thread management bean to simplify managing background threads in XPages.