943,168 Members | Top Members by Rank

Ad:
Sep 22nd, 2004
0

process and thread

Expand Post »
can any one suggest some difference regards threading and processing
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sinu is offline Offline
2 posts
since Sep 2004
Sep 22nd, 2004
0

Re: process and thread

do you mean threads and processes ???
Team Colleague
Reputation Points: 45
Solved Threads: 56
Unauthenticated Liar
nanosani is offline Offline
1,767 posts
since Jul 2004
Sep 23rd, 2004
0

Re: process and thread

yes i van to know the procesesss creation and thread creation its management and all if u can thanks for ur reply
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sinu is offline Offline
2 posts
since Sep 2004
Sep 23rd, 2004
0

Re: process and thread

threads are lightweight processes(consuming much less resources than the heavyweight processes) which are created by some process.
Team Colleague
Reputation Points: 45
Solved Threads: 56
Unauthenticated Liar
nanosani is offline Offline
1,767 posts
since Jul 2004
Aug 6th, 2008
0

Re: process and thread

A process can contain multiple threads. In most multithreading operating systems, a process gets its own memory address space; a thread doesn't. Threads typically share the heap belonging to their parent process. For instance, a JVM runs in a single process in the host O/S. Threads in the JVM share the heap belonging to that process; that's why several threads may access the same object. Typically, even though they share a common heap, threads have their own stack space.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Lamer980 is offline Offline
3 posts
since Aug 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Computer Science Forum Timeline: a confusing algorithm..
Next Thread in Computer Science Forum Timeline: How to create a video?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC