Singleton (separate) message handler context in Javascript
From Yate Documentation
Singleton message handlers should be used when application is expected to process a high number of messages and want to process it in a 'multithreaded' way.
A regular message handler callback is called by javascript when script context is unlocked.
Script context is locked during message processing.
See also