Wat is the disadvantage of threads?

Showing Answers 1 - 5 of 5 Answers

raj singh

  • Jul 13th, 2006
 

The main disadvantage of thread is that we need to synchronize the object while using the thread

Brian

  • Aug 10th, 2006
 

Scheduling could be an overhead.

  Was this answer useful?  Yes

PRAVEEN S WANI

  • Oct 23rd, 2006
 

As others say thread is dis-advantage. I agree for that but at the same time it also has advantages in situation of memory utilisation if we need to hold lot of data in memory we can process chunk by chunk and use memory optimaly

  Was this answer useful?  Yes

veera

  • Dec 15th, 2006
 

Threads main disadvantage is , it's creates dead lock

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions