Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-11-2008, 02:39 PM   #1 (permalink)
simple's Avatar
 
True Techie

Join Date: Jan 2006

Location: Earth

Posts: 171

simple

Default Operating system concepts

what is difference between threads and light weight processes?


(i didnt know where to post this question. so feel free to move my post.)

by the way i have referred to two books by Tannenbaum and i have found contradictory answers and thats why i am asking this question here!!
thanks in advance n c ya!!
__________________
<A HREF=http://ubanimator.com><IMG SRC=http://img182.imageshack.us/img182/5168/userbar511415cb2.gif><A>
simple is offline  
Old 05-13-2008, 08:50 PM   #2 (permalink)
simple's Avatar
 
True Techie

Join Date: Jan 2006

Location: Earth

Posts: 171

simple

Unhappy Re: Operating system concepts

apparently there are NO answers ????
__________________
<A HREF=http://ubanimator.com><IMG SRC=http://img182.imageshack.us/img182/5168/userbar511415cb2.gif><A>
simple is offline  
Old 05-13-2008, 09:02 PM   #3 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 27,271

Mak213 is a splendid one to beholdMak213 is a splendid one to beholdMak213 is a splendid one to beholdMak213 is a splendid one to beholdMak213 is a splendid one to beholdMak213 is a splendid one to beholdMak213 is a splendid one to behold

Default Re: Operating system concepts

Apparently no one here codes a OS. So we dont know the answer. Maybe ask in a Linux community where they have coder there who would know a answer to something like this?
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好 | windbg tutorial
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.
<<<< If I help you, or you just like what I said, rep me
Mak213 is online now  
Old 05-15-2008, 05:56 AM   #4 (permalink)
void's Avatar
 
True Techie

Join Date: Oct 2005

Posts: 198

void

Default Re: Operating system concepts

A thread is a separate path of execution through an instance of a program contained within the address space of a process (In Linux a thread is implemented as a special process). A process, 'lightweight' or not, is an instance of a program in its own address space. By lightweight I understand you mean the memory size that a process will consume. This is determined by the kernel at runtime and will allocate the processes address space accordingly. This may increase during runtime with the creation of threads and allocation of heap memory. You can not determine what the kernel will do, your process may even be killed by the Linux kernel OOM Killer in certain situations. For more information read the Advance Linux Programming book, it contains chapters dedicated to threads and processes with programming examples in C using pthreads and the exec* family of function calls.
void is offline  
Old 05-17-2008, 09:36 AM   #5 (permalink)
simple's Avatar
 
True Techie

Join Date: Jan 2006

Location: Earth

Posts: 171

simple

Unhappy Re: Operating system concepts

i read up on a lot of things... but i still do not understand what is a light weight process!!
can someone help me out here??
thanks for all your help!!
c ya!!
__________________
<A HREF=http://ubanimator.com><IMG SRC=http://img182.imageshack.us/img182/5168/userbar511415cb2.gif><A>
simple is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing operating system RobertXYZ Building, Buying, Upgrading for General PCs 5 01-26-2008 01:49 PM
Copy entire operating system to portable hard drive? JB Rekit Windows Operating Systems and Software 11 12-21-2007 12:46 PM
seagate 80gigs failing.. acuariano Hardware Troubleshooting 27 08-27-2007 09:43 PM
Operating System not found on bootup rogue152 Windows Operating Systems and Software 4 08-08-2007 04:45 AM
AMD Athlon™ 64 X2 Dual Core Processor Utilities & Updates Osiris Overclocking, Case Mod, Tweaking PC Performance 6 05-31-2007 12:41 PM