I have couple of doubts regarding the process and threads and are given below
1.What are the things that thread doesn’t share with process?
2.Why there is separate stack for each thread?
3.How do two threads from different process communicate?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1) This is a definition. You don’t need “help” with this one, you need a “book.”
2) I’m very willing to help this one. It isn’t a simple definition question, so let’s start by answering your question with a question… In a single-process, single-thread system, what is the purpose of the stack? Once you can answer this, you are an inch from answering this question.
3) On what system?