LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

jsockwndyclass

I am developing User Interface using LabWindows/CVI 8.0.  The UI is a TCP server and can call any test program as a client.   This is also a multi-threaded application.  If when debugging I abort the application I will get a message when I finally log off my computer asking if I want to end the process JOSOCKWNDYCLASS.   Sometimes I will get the message several times before I can log off.  I suspect this has something to do with not cleaning up (closing threads, closing connections, etc.) because I abort the application.
 
Does anyone know what is going on and why any stray processes are not cleaned up by LabWindows when I exit LabWindows?  What does jsockwndyclass indicate?  Thanks
 
JJT 
0 Kudos
Message 1 of 2
(2,725 Views)
Hi JJT,
 
CVI uses Winsock underneath its TCP function calls, so this must be a remnant of the winsock process that is left over from aborting. 
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 2 of 2
(2,699 Views)