Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We're working on a server to receive and handle JTAPI messages from CUCM. In the dev guide, I note that the default behavior of the Cisco JTAPI implementation spawns a new thread for each observer:"Normally, when an application adds a new observer to...
Adrienne,Is there any documentation, at all, on how the new threading model works? As of now, we've decided to receive all JTAPI messages on a single thread, and then spawn new threads, as necessary, to actually process the messages we care about (we...