Groups | Blog | Home
all groups > vb.net data > february 2006 >

vb.net data : Interview Questions Feb 01 2006


Jobs
2/1/2006 7:58:01 PM

What's difference between thread and process?
A thread is a path of execution that run on CPU, a process is a
collection of threads that share the same virtual memory. A

process has at least one thread of execution, and a thread always run
in a process


Full Interview Questions for .NET and SQL Server
http://www.geocities.com/dotnetinterviews/
Help the community to make job search easier mail your questions to
jobatyourdoorstep@yahoo.co.in
Looking for a onsite job mail your resumes at
jobatyourdoorstep@yahoo.co.in
Cor Ligthert [MVP]
2/2/2006 12:00:00 AM
Jobs,

[quoted text, click to view]

Who did invented this crazy issolated text.

For me is a process a particular course of action intended to achieve a
result.
A thread is a main or subprocess inside this process, which does not exist
withouth that parent process.

Cor

CMM
2/2/2006 12:00:00 AM
Actually, in this context, threads and processes are actual hardware
constructs of the x86 CPU (not of Windows, nor some other OS) and not
general "ideas" as you describe them... and that "crazy issolated text" is
totally correct.

But, I guess applying existententialism to computers is always fun! ;-)

Herfried K. Wagner [MVP]
2/2/2006 12:00:00 AM
"Cor Ligthert [MVP]" <notmyfirstname@planet.nl> schrieb:
[quoted text, click to view]

Mhm... The original post is simply an ad, so I suggest to ignore it in
future.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Cor Ligthert [MVP]
2/2/2006 12:00:00 AM
Herfried,

[quoted text, click to view]
I knew, but I could not resist.

Cor

AddThis Social Bookmark Button