M
Mohammad Hashemian
Hello,
I'm writing an application that has a main thread. If some special data
arrives from a port, main thread should execute special function in a
new thread rapidly (at most with 500 miliseconds delay).
I used the regular .NET threading system, but in most cases, the second
thread doesn't execute even in 50 seconds.
How can I start a new thread that it'll be executed at once?
thanks.
I'm writing an application that has a main thread. If some special data
arrives from a port, main thread should execute special function in a
new thread rapidly (at most with 500 miliseconds delay).
I used the regular .NET threading system, but in most cases, the second
thread doesn't execute even in 50 seconds.
How can I start a new thread that it'll be executed at once?
thanks.