Jason Penton wrote: > Hi all, > > I noticed a problem today with SEMS on solaris where a number of audio > files are opened, specifically close to, or more than 256. This is a > hard limit on 32 bit solaris systems. > > there seems to be 2 solutions: > > a) use open instead of fopen in AmAudioFile.cpp How would this fix the problem? Is the 256 hard limit a constraint given only by the C std library?
Don't you think that this could be more portable and faster than b) ? -Raphael. > b) use 'enable_extended_FILE_stdio' and continue using fopen > > I have tested option b opening files from a basic test C program and > it solves the problem. > > I will test both options with sems in the morning (its bedtime now) > and report back to the list :D > > Cheers > Jason > ------------------------------------------------------------------------ > > _______________________________________________ > Semsdev mailing list > [email protected] > http://lists.iptel.org/mailman/listinfo/semsdev > _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
