Multi Threading app
Hello All,
I have a small problem. I want to create an application that is multi threaded. What I want is that once a user click on the application icon it should start and shoot off a new thread.
I am compiling that application into an EXE file. Once u click that it should start a new thread for that user.
Mind you this application will be residing on a server's shared directory and everyone will be accessing it.
Regards

