Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:20 AM
12-05-2001 06:20 AM
Threads
Can anyone give me a brief explanation of what Threads are and how they work ?
Cheers
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:31 AM
12-05-2001 06:31 AM
Re: Threads
Instead, take a look at /usr/share/doc/proc_mgt.txt. This is a detailed document but the section titled "What are Kernel Threads" has a good basic definition.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:36 AM
12-05-2001 06:36 AM
Re: Threads
The main difference between a process and a thread is that thread will have only those properties for it's flow control independent of it's parent. While the process will have all the regular process properties such as pid, gid,uid, common address space etc., This is why threads are often called lightweight processes.
User threads can be programmed to handle multiple flow controls within a program while a kernel thread can be referenced by any other thread in the system.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:47 AM
12-05-2001 06:47 AM
Re: Threads
Hope this helps a bit (?)
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 07:00 AM
12-05-2001 07:00 AM
Re: Threads
http://www.serpentine.com/~bos/threads-faq/#3-What-are-threads-
http://dis.cs.umass.edu/~wagner/threads_html/sect1.html
(I must get rid of the habit of posting here the first two results that Google returns when I search for the subject of a note and instead just write: Use Google. It's surfer-friendly.)
E.