file descriptor limit in AIX 3.1

rudy at chukran.austin.ibm.com rudy at chukran.austin.ibm.com
Fri Sep 21 04:41:41 AEST 1990


Memory mapping files first becomes constrained by the number of
segment registers free.  The hardware for Risc System 6000
has 16, and 6 are already tied
up when your program starts, giving you 10 files which you can map
concurrently.  This is a result of file mapping being tied to the
shmat system call which uses a new segment register.

*********************************************************************
IBM AIX Porting Center  | RSCS: CHUKRAN at AUSTIN 
11400 Burnet Rd.        | AWDnet: rudy at chukran.austin.ibm.com    
Internal ZIP 2830       | internet: chukran at austin.iinus1.ibm.com
Austin, Texas 78758     | Voice: 512-838-4674  Tieline: 678-4674
*********************************************************************



More information about the Comp.unix.aix mailing list