UCMA 3& Lync问题 [英] UCMA 3 & Lync Question

查看:70
本文介绍了UCMA 3& Lync问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

 

我可以处理多少来电只有一次调用对象,例如AudioVideoCall,以及一个

How many calls can I handle with only onceinstance of Call object , AudioVideoCall for example , and one

 

ApplicationEndPoint,它能处理100个并行调用吗? &或者只是一次打电话?有什么限制?

ApplicationEndPoint , Can it handle 100  parallel calls?  or only 1 call at time? what's the limit?

 

 

 

ApplicationEndpoint _appEndpoint;

AudioVideoCall _avCall;

_appEndpoint.RegisterForIncomingCall<AudioVideoCall>(OnIncomingAudioVideoCallReceived);

private void OnIncomingAudioVideoCallReceived(object sender, CallReceivedEventArgs<AudioVideoCall> e) {...}

 

谢谢

推荐答案

一。这有点像Call对象。我确定对ApplicationEndpoint可以处理的内容存在逻辑或理智限制,但您可能会首先遇到硬件和进程空间的限制。对于每次通话,您
将至少包含一个线程,具体取决于您正在做的其他可能成为多线程的线程。当您耗尽胎面池或处理空间时,问题就会出现。有多种方法可以解决这些限制,但通常
Lync配置将决定您的限制。 



还要注意使用高容量应用程序的工作流程。人们已经报告说,一旦工作流线程池耗尽,它就会停止接受新的调用,直到资源被释放。这种情况发生在并行调用的60到80次之间。
One. That's kinda the point of a Call object. I am sure there is a logical or sanity limit to what  ApplicationEndpoint can handle but you will probably run into the limits of your hardware and process space first. For each call you will have at least one thread and depending on what else you are doing that may become multple threads. The question will become when you will exhaust the tread pool or process space. There are muliple ways to get around these limitations but generally the Lync Configuration will dictate your limits. 

Also beware using workflow for high capacity apps. People have reported that once the workflow threadpool is exhausted that it stops taking new calls until resources are freed up. This happens between 60 and 80 calls in parallell.


这篇关于UCMA 3&amp; Lync问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆