G
Guest
I'm writing a VB.Net 1.1 app that has to listen for messages coming to it via
TCP/IP.
When one arrives it it queued and then processed on a seperate thread while
the main thread goes back to listening for more.
When I look at the Task Manager, it shows that the program is taking up 100%
of the processor unless another application needs to run. Is this normal? Do
I need to worry? If so is there any way of modifying the main listening task
so that it is not using so much of the resources?
I'm still quite new to VB.Net so please try to keep things simple!
Thanks
TCP/IP.
When one arrives it it queued and then processed on a seperate thread while
the main thread goes back to listening for more.
When I look at the Task Manager, it shows that the program is taking up 100%
of the processor unless another application needs to run. Is this normal? Do
I need to worry? If so is there any way of modifying the main listening task
so that it is not using so much of the resources?
I'm still quite new to VB.Net so please try to keep things simple!
Thanks