Asynchronous Tcp Communication with WinCCOA
- schu
- Posts:10
- Joined: Tue Dec 06, 2016 10:43 am
Asynchronous Tcp Communication with WinCCOA
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
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
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.