| Author |
How to run multiple Threads in Eclipse?
|
Ricardo Estafan
Ranch Hand
Joined: Mar 29, 2004
Posts: 84
|
|
I have implemented a LockManager and in it i remove dead clients on certain occassions. Her is a piece of my code that shows how i do this : I use eclipse to build debug etc. When i start multiple clients and kil one they have the same Thread, which means the thread is still alive. So i cannot test the removal of dead clients. Is there a way i can start multiple threads in Eclipse so i can test this code? Can someone help me with this one?!! Thanks!!
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
|
what does this have to do with either Apache web server or Tomcat servlet container? Are your clients browsers? Something else?
|
 |
 |
|
|
subject: How to run multiple Threads in Eclipse?
|
|
|