-
Notifications
You must be signed in to change notification settings - Fork 577
can't open() more than 256 files on Solaris #9083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @rlegeneCreated by @rlegeneSeemingly on Solaris 7 @ sparc, Solaris 9 @ sparc, Solaris 10 open("/dev/null", O_RDONLY) = 255 $ ulimit -n 1234 use strict; my @a; The extra open, is to make sure the fault is not in IO::File. .. and it's not an OS issue, because it works in C. $ cat 256.c main() { Perl Info
|
From [email protected]32-bit STDIO on Solaris doesn't support > 256 file descriptors. Either In any case, it isn't a Perl limitation. Cheers, Robert Martin-Legène (via RT) wrote:
-- |
The RT System itself - Status changed from 'new' to 'open' |
@rgs - Status changed from 'open' to 'rejected' |
Migrated from rt.perl.org#46749 (status was 'rejected')
Searchable as RT46749$
The text was updated successfully, but these errors were encountered: