11-14-2006 10:17 AM
11-15-2006 10:49 AM
In DAQmx 8.3 (actually MAX 4.1) we changed how we utilized our RPC server. We used to connect via shared memory, but now we open up a local socket via TCP/IP to connect to the RPC server. We need to be able to do this for a variety of reasons. This is only local and we aren't trying to connect to the internet. If you are really concerned you can download the sysinternal TCP utility which shows all of the open sockets and who has a hold of them. One of the biggest reasons why this change was necessary is in preparation of Windows Vista. I don't think you can really disable this functionality. Let me know if this is unsatisfactory.
StuartG
11-15-2006 11:27 AM
Hello Stuart,
Thank you for responding. It all depends on how our customers respond to this message. I will make certain to warn our customers when they received the next update from us.
Thanks,
Ian