Singleton (separate) message handler context in Javascript

From Yate Documentation
Revision as of 16:21, 29 August 2024 by Marian (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers