thanks for your help.
We set the thread pool as you suggest, but we also had to
- make our VideoCometHandler extend DefaultConcurrentCometHandler
and not just implement CometHandler interface.
- call DefaultNotificationHandler.setSpreadNotifyToManyToThreads(true)
method for the
CometContext's NotificationHandler (see our diff).