LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LQ Articles Discussion (https://www.linuxquestions.org/questions/lq-articles-discussion-68/)
-   -   DISCUSSION: Linux Kernel Thread (https://www.linuxquestions.org/questions/lq-articles-discussion-68/discussion-linux-kernel-thread-490546/)

dahuja76 10-08-2006 06:48 AM

DISCUSSION: Linux Kernel Thread
 
This thread is to discuss the article titled:
Linux Kernel Thread

Quote:

LINUX KERNEL SERIES Author:Dinesh Ahuja
Title:Linux Kernel Series: Linux Kernel Threads


The purpose of this article is to cover Linux implementation of kernel threads and how these kernel threads can be used in kernel modules. This article will show how a kernel thread can be put to use for a monitoring purpose.
Most of today's operating systems provide multi-threading support and linux is not different from these operating systems. Linux support threads as they provide concurrency or parallelism on multiple processor systems. Most of the operating systems like Microsoft Windows or Sun Solaris differentiate between a process and a thread i.e. they have an explicit support for threads which means different data structures are used in the kernel to represent a thread and a process.

cmontr 10-27-2010 07:56 PM

kernel thread
 
Do you have a better example in steps?
Thnx

cmontr 01-12-2011 09:15 AM

??
 
Quote:

Originally Posted by dahuja76 (Post 2454422)
This thread is to discuss the article titled:
Linux Kernel Thread

Thanks but what is this? Is it s a copy from a book/doc?

I already wrote a documentation in steps myself. If you need it, email me.

A good engineer, needs to document it properly. Please do NOT copy and paste from some others work. It is against the ethics, read IEEE ethics online.

Open source, sharing information is cool. However, again, you MUST document in steps, make it clear, define platforms, kernel versions, any other info etc.

Thanks
CM

waisermehmood 10-23-2012 07:04 PM

Quote:

Originally Posted by cmontr (Post 4221710)
Thanks but what is this? Is it s a copy from a book/doc?

I already wrote a documentation in steps myself. If you need it, email me.

A good engineer, needs to document it properly. Please do NOT copy and paste from some others work. It is against the ethics, read IEEE ethics online.

Open source, sharing information is cool. However, again, you MUST document in steps, make it clear, define platforms, kernel versions, any other info etc.

Thanks
CM


Please send the document,

dijetlo 06-06-2014 08:48 PM

I just want to thank you for this article, as a person with a growing interest in the topic, I found it extremely well written and informative. Thanks for taking the time to share this with the rest of us.

shamim101 07-17-2016 11:13 PM

linux network configure
 
how i disable dhcp in home network and assign static ip addresses on centos 7 by command line .
my existing mode is GUI.

linuxtech1990 01-26-2017 08:33 PM

Thanks


All times are GMT -5. The time now is 04:55 AM.