Author Message
EsmeraldaH
Joined: May 24, 2018
Messages: 28
Offline
Hello everyone :)
I was wondering, by default when we start a connection with Avaya Server, we send requests and receive events, do they all happen in background or foreground threads? Or does it depend on how you write your application that connects to it?

I already know that when on managed code(code written in .NET), the main application thread is a foreground thread, unless specified as a background thread.

Thanks in advance :)
Ps. Happy holidays :)
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Online
When you end a DMCC application, you do not need to explicitly kill the threads that were started by the DMCC client. So, I think, it's safe to say that the DMCC threads are background threads.

Having said that, it is best practice to unregister any registered terminals and close the DMCC connection before ending the application.

Martin
Go to:   
Mobile view