Re: number of processed and file descriptors
- From: Robert Newson <ReapNewsB@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Oct 2007 19:37:32 GMT
prat78 wrote:
what is the maximum number of processes Linux 2.6 kernel can handle.
(1) write a program and find out. (Hint: fork(2), getpid(2))
What is the maximum number of file descriptors that can be open ?
(2) google (with an appropriate search).
What are the conditions that impose these these restrictions.
Think about the value returned by (1) in particular for the limit of the number of processes. Consider how a file handle would be stored by the kernel for (2)
.
- References:
- number of processed and file descriptors
- From: prat78
- number of processed and file descriptors
- Prev by Date: Re: 7z
- Next by Date: Re: dd failed
- Previous by thread: number of processed and file descriptors
- Next by thread: Re: dd failed
- Index(es):