Asynchronous Tcp Communication with WinCCOA

Discussion about recent product features & solutions!
3 posts • Page 1 of 1
schu
Posts:10
Joined: Tue Dec 06, 2016 10:43 am

Asynchronous Tcp Communication with WinCCOA

Post by schu »

With winccoa tcp functions(tcpread /tcpwirte) is it possible to create an asynchronous tcp communication. What would be the best practice for it ?

amichon
Posts:93
Joined: Sat May 17, 2014 3:49 pm

Re: Asynchronous Tcp Communication with WinCCOA

Post by amichon »

what do you mean by asynchronous tcp communication ?

kilianvp
Posts:443
Joined: Fri Jan 16, 2015 10:29 am

Re: Asynchronous Tcp Communication with WinCCOA

Post by kilianvp »

No matter what you intend to do. But you should know that the function tcpOpen only allows a maximum of 255 open connections. tcpOpen() and tcpRead() block the execution of a script until a response is received from the event manager. So the execution is not asynchronous.

3 posts • Page 1 of 1