The connection limits are shown in the following table. If you exceed the maximum number of connections, data might be corrupted.
Operating system | Maximum number of connections |
---|---|
Windows | 1024 |
Solaris | 32,000 |
Linux | 900 |
To allow 32,000 concurrent users on a Solaris system, set up your environment to make 65,536 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.By default, the file descriptor limit on Linux systems is 1024. That limit is the optimum amount for running Rational DOORS. Although the maximum number of connections for Linux systems is 900, setting the file descriptor limit to 1024 allows some users to use multiple descriptors. Do not change the limit.