10-23-2018 11:30 PM
I have built a server and a client to communication each other ,it works but it seem a little strange of my computer(the fan run fast and the CPU and internal memory seems short).I want publish it onto a public server to accomplish some functions for days , so I need to ensure them .
the above is the top VI of the server.
here is the subVI in the server.
ok, what confused me is that there are so many references&ID, I donot know whether a "colse ref" method is necessary at the specific place, it is said that if I forget to "close", there will be lots of references in internal memory and eventually slow down my computer.
---------------------------------------------------------------------------------------------
below is my client's diagram:
ok, that are all.
any suggestion ? thank you !!
Solved! Go to Solution.
10-23-2018 11:39 PM
Get rid of the stack sequence.
use error bus to force data flow.
Second there is example of vi that do exactly what you need in.
In LabVIEW click help find examples.
Benoit