Denial of service in microkernel

Gayathri Nagarajan <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.devel
Message-ID <CAKZHFnc4hdfAqv-ggpejoHAT=t_HQseuXz9bJuUOt8mC0im8Nw@mail.gmail.com>
I executed fork bomb(a process continually replicates itself to deplete the
system resources), a denial of service attack in Linux kernel and the
kernel got crashed. This is because of the depletion of resources and
starvation.

But, upon executing the same application in L4linux under the Fiasco.oc
with L4re microkernel architecture, no crashing occurs.
What is the reason behind this stability? How does the
microkernel(Fiasco.OC) handle the system calls ?

# Code for the fork bomb application :

#include<unistd.h>
int main(void)
{
while(1)
fork();  //system call
}

_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.