Seite 1 von 1

Profilab TCP very slow to connect

Verfasst: Mittwoch 23. November 2016, 15:04
von duncan
Hi... Sorry, complete newby... I've made a project using this function which works fine... I just can work out why it takes so long to connect. Sometimes it can take up to 22 seconds to connect. It never fails, just very slow. I cant think why it would be an issue specific to my computer. I installed the latest Profilab last week. Thanks

Re: Profilab TCP very slow to connect

Verfasst: Donnerstag 24. November 2016, 09:57
von abacom
This happen if client and sever reside in same project (which makes few sense in practice).
Client expects server to be running already (it doesn´t in above case)
and the client attempts to connect to the server first time on project start.
If this fails, next attempts to connect are made in certain intervals (of approx. 30 sec.).

In practice server and client will reside in separat projects.
Start server project first to have the the server listening.
The client project will now connect immediately on start.

Re: Profilab TCP very slow to connect

Verfasst: Donnerstag 24. November 2016, 10:02
von duncan
Thanks for for the clear explanation... great