rgommers Posted April 6, 2006 Report Posted April 6, 2006 Hi all, I connected two windows 2000 computers via a crossover cable, they can see each other fine in windows explorer with the netbios over tcp protocol. Now if I run the "simple data client/server" examples then sometimes the response is instant, sometimes it takes 10 to 15 seconds before the client does anything (I set the timeout to infinite). If anyone has seen this kind of behavior before then it would be great to hear an explanation. Oh yeah, I'm using Labview 7.1.1. Cheers, Ralf Quote
jpdrolet Posted April 6, 2006 Report Posted April 6, 2006 Hi all,I connected two windows 2000 computers via a crossover cable, they can see each other fine in windows explorer with the netbios over tcp protocol. Now if I run the "simple data client/server" examples then sometimes the response is instant, sometimes it takes 10 to 15 seconds before the client does anything (I set the timeout to infinite). If anyone has seen this kind of behavior before then it would be great to hear an explanation. Oh yeah, I'm using Labview 7.1.1. Cheers, Ralf It might be a DNS lookup issue. Try to set DNSLookupEnabled= FALSE in the LabVIEW.ini file Quote
rgommers Posted April 6, 2006 Author Report Posted April 6, 2006 Thanks that worked perfectly! Ralf Quote
Louis Manfredi Posted April 6, 2006 Report Posted April 6, 2006 Hi All: I'm beginning to notice a pattern: There are lots of different classes of problems that can be fixed by setting something equal to something in the .ini file. Seems like it would be useful if there was a consolidated reference of all the ini file keys and what they are good for. I didn't seem to find it searching LV8 help. Am I missing something, or is this a worthwhile project? Best Regards, Louis Quote
crelf Posted April 6, 2006 Report Posted April 6, 2006 Seems like it would be useful if there was a consolidated reference of all the ini file keys and what they are good for. Ask and ye shall receive: LabVIEW.ini settings Quote
ned Posted April 6, 2006 Report Posted April 6, 2006 It might be a DNS lookup issue. Try to set DNSLookupEnabled= FALSE in the LabVIEW.ini file You could also modify "TCP Listen.vi" to allow you to pass FALSE to the "Resolve Remote Address" terminal of "TCP Wait On Listener.vi". Quote
Louis Manfredi Posted April 6, 2006 Report Posted April 6, 2006 Ask and ye shall receive: LabVIEW.ini settings Hi Crelf: Thanks for the link, :worship: Exactly what I was talking about. ...Of course, I couldn't find DNSLookupEnabled on the site, so perhaps we have to help Brian with some updates. Best Regards, Louis Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.