• Tom Evans's avatar
    OF-1063: Prevent TimerThread from exiting · ef7addfd
    Tom Evans authored
    Do not allow TimerThread to exit when the server becomes heavily loaded,
    preferring instead to use the caller's thread to execute a scheduled
    task when needed. This may result in a temporary slowdown, but is better
    than a hard failure which requires a restart of the server.
    ef7addfd
TaskEngine.java 13.6 KB