The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

getdtablesize (3)
  • getdtablesize (2) ( FreeBSD man: Системные вызовы )
  • getdtablesize (2) ( Русские man: Системные вызовы )
  • getdtablesize (2) ( Linux man: Системные вызовы )
  • >> getdtablesize (3) ( Solaris man: Библиотечные вызовы )
  •  

    NAME

    getdtablesize - get the file descriptor table size
     
    

    SYNOPSIS

    #include <unistd.h>
    
    int getdtablesize(void);
    

     

    DESCRIPTION

    The getdtablesize() function is equivalent to getrlimit(2) with the RLIMIT_NOFILE option.  

    RETURN VALUES

    The getdtablesize() function returns the current soft limit as if obtained from a call to getrlimit() with the RLIMIT_NOFILE option.  

    ERRORS

    No errors are defined.  

    USAGE

    There is no direct relationship between the value returned by getdtablesize() and OPEN_MAX defined in <limits.h>.

    Each process has a file descriptor table which is guaranteed to have at least 20 slots. The entries in the descriptor table are numbered with small integers starting at 0. The getdtablesize() function returns the current maximum size of this table by calling the getrlimit() function.  

    SEE ALSO

    close(2), getrlimit(2), open(2), setrlimit(2), select(3C)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    USAGE
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру