alessioc wrote:
I heard about a 256 fd limit on solaris 32bit boxes due to some stdio limit...
stdio is limited to 256 fd's per process in 32-bit apps due to backwards compatibility. Apps can use other I/O functions on fd's past 256 or compile as 64-bit to get around this.
will anything change in opensolaris? is it possible to increase this limit?
The default won't change, but you could change the source code and rebuild libc yourself if you don't care about binary compatibility with existing binaries from Solaris or other OpenSolaris systems. -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org