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

[465 byte] By [ziishan] at [2007-9-30 12:33:34]
# 1
OK, what's stopping you?
nasch_ at 2007-7-4 16:18:05 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
The thing is I am new to java and i am having problems acheiveing my requirements. I just wanted to know how to do this ?
ziishan at 2007-7-4 16:18:05 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

Hi,

If the user launches the application using the exe it will create a new proces, and not just a new thread.

> Mind you this application will be residing on a

> server's shared directory and everyone will be

> accessing it.

That doesn't change anything. It's still an application that will execute on the client machines.

/Kaj

kajbj at 2007-7-4 16:18:05 > top of Java-index,Other Topics,Patterns & OO Design...