What is the use of thread over process?

Answer Posted / mohan reddy.k.v

Thread is nothing but a normal process which shares some of
the resources with its parent, so that it decreases burden
of creating shared resources again.

Is This Answer Correct ?    26 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do threads share program counter?

449


Do threads get their own pid?

450


How many threads can you run?

430


How many maximum threads can you create?

442


Are threads independent?

396






Can we start two threads at a time?

435


Which way of creating thread is better?

390


How many threads can run on a single processor?

410


What are the two methods to create threads?

406


Are threads as good as cores?

433


What are the disadvantages of threading?

424


How many goroutines are in a thread?

435


Can two threads execute at the same time?

416


Is thread an abstract class?

424


Does linux have threads?

419