what are Softirq's and how many major numbers be allocated
in the linux kernel(2.4) ?
Answer / rajath n r
Softirq is a type of bottom half. Softirqs are rarely used,
Softirqs are statically allocated at compile-time. Unlike
tasklets, you cannot dynamically register and destroy
softirqs. They are required only for very high-frequency and
high threaded uses.
there can be a maximum of 32 registered softirqs. Note that
this cap is fixedthe maximum number of registered softirqs
cannot be dynamically changed. In the current kernel,
however, only 6 of the 32 entries are used
| Is This Answer Correct ? | 2 Yes | 3 No |
What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?
How to create secured appeche web sever ?
what happens when we do insmod & rmmod in Linux Device Drivers ?
if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?
how to configure ftp server on redhat linux?
if root user forget the password how to change it?
What is the use of proc structure?
what is cups and how to configure?
How to get microseconds of system time from Redhat Linux 4.0
linux system its not booting up its showing groub error what i need to do?
What are the signals we have in Linux
what is bus trap.