Results 1 to 2 of 2
Thread: Java threads
- 08-18-2010, 09:35 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 4
- Rep Power
- 0
Java threads
My Java application running 50 threds in all.. One monitor thread checks for dead threds among these 50 and if there is any it restarts it...
But this logic was slowing down the application so.. i want to use sleep method to sleep this monitor thred for 30 mins so it shudnt affect performance of other threads.
using method sleep to make sleep thread for 30 mins will be feasible???Last edited by naik_amit; 08-18-2010 at 07:56 PM.
- 08-25-2010, 11:21 PM #2
Member
- Join Date
- Oct 2009
- Posts
- 18
- Rep Power
- 0
Similar Threads
-
Threads in Java
By ZeCute in forum New To JavaReplies: 2Last Post: 05-20-2010, 04:06 PM -
can you give-me a little hand about java threads?
By masdrobeda in forum New To JavaReplies: 3Last Post: 11-10-2008, 05:15 PM -
How to use Java threads
By Java Tip in forum java.langReplies: 0Last Post: 04-09-2008, 06:30 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks