Operating system | Maximum number of connections |
---|---|
Windows | 1024 |
Solaris | 32000 |
Linux | 900 |
If you exceed these upper limits, you run the risk of data corruption.
To allow 32000 concurrent users on Solaris, set up your environment to make 65536 file descriptors available to the Rational DOORS server.
ulimit -n 65536
export LD_PRELOAD_32=/usr/lib/extendedFILE.so.1
cd $DOORSHOME/bin
./doorsd
If you are running an earlier version of Solaris
10, you must install three server patches (all are for the SPARC platform):The file descriptor limit on Linux is 1024 by default. The limit of 1024 is the optimum amount for running Rational DOORS; 1024 minus a safe amount for users that use more than one descriptor at a time gives the maximum of 900 users. Do not change the limit.