JBoss AS7 7.1.1 Model Reference

A thread pool executor with no queue where threads submittings tasks will not block. When a task is submitted, if the number of running threads is less than the maximum size, a new thread is created. Otherwise, the task is handed off to the designated handoff executor, if one is specified. Otherwise, the task is discarded.