problem of frequent process
-
hi.. i have a problem regarding change some status frquently. i m aorking a application of Port updateing and ports are updateing very-very frequently...i m collecting this information thru a event of a DLL. ..and when-ever status of any port will change the event genrates and give me the port no with the current status...then i should have run a function to changethe status.... now the problem is how can i update this information...thru therading or any easy way is for that? i m using vb.net and vb6... regards anand
-
hi.. i have a problem regarding change some status frquently. i m aorking a application of Port updateing and ports are updateing very-very frequently...i m collecting this information thru a event of a DLL. ..and when-ever status of any port will change the event genrates and give me the port no with the current status...then i should have run a function to changethe status.... now the problem is how can i update this information...thru therading or any easy way is for that? i m using vb.net and vb6... regards anand
vb6 is not strong in multithreading but you can use an ActiveX EXE to do multithreading (but better to use APIs if you want some synchronization) in .NET multithreading is supported.