Hi, My code opens more than 256 file handles, So When I run it on solaris machines I am ending up in "Exceeding file handlers limit" error.
I have two questions regarding this
1) Is this limit is only for 32 bit softwares or 64 bit softwares also suffer from it. I googled about it and came to know that 64 bit softwares do not have this limit.(http://developers.sun.com/solaris/articles/stdio_256.html) But I built 64 bit static object and when i use this it is giving the error. What actually 64 bit software means?
2) As given in the above link I used ulimit to increase file handlers limit (in run time, I mean just before running the command), exported extendedFile library and I am not got getting any error.What we have to do incase of Linux?
Thanks D. L. Kumar