Hi,

I need to make a multithreaded applicaion that will have few Threads that Run at the same time make some operation that will succeed or fail, but needs to be terminated whithin 150msec.
It means i can have about 10 threads that at the same time need to do something that last maximum 150msec than to terminate and Go again to the next Group of threads which will do the same thing but on other destination.

Hope...