Minimizing performance impact from managed SIP applications
Posted: January 4th, 2012 | Author: Michael | Filed under: Lync Development, MSPL | Tags: DispatchNotification, Lync Server SDK, Managed SIP Application API, MSPL | 3 Comments »The Managed SIP Application API, which I discussed in the previous post, allows you to manipulate the content and routing of SIP messages in some potentially very useful ways by running an application on a Front End Server. However, when the volume of messages is very large, dispatching them to managed code can have a significant effect on performance. For managed code applications that simply monitor messages, and don’t modify them or change the routing, there is a way to mitigate this performance impact by sending the message details to the application from the MSPL script in a sort of “fire-and-forget” mode, using the DispatchNotification method. Continue reading “Minimizing performance impact from managed SIP applications” »