Subject Re: [IB-Architect] Interbase connection limit and Support relatedProblems
Author Jan Mikkelsen
Jim Starkey <jas@...> wrote:
>And if your $250,000 Sun can't hack the work, try a $2000 Linux box.


Linux has worse limits than Solaris. 2.0 series kernels have a per process
file handle limit of 256, 2.2 series kernels have a per process handle file
limit of 1024. Solaris doesn't have these hard limits.

On the other hand, the C runtime library on Linux uses an int internally for
the file handle.

Jan Mikkelsen