I am using XCode, Obj C with Cocoa on 10.4
I wrote a client/server application which will sync a directory that consists of 25,000 files. As number of files are more, I am using thread to open files simultaneously and sync with server. But I am facing error with more number of simultaneous file opens.
Can any one tell me how many simultaneous File opens are allowed programatically?
I wrote a client/server application which will sync a directory that consists of 25,000 files. As number of files are more, I am using thread to open files simultaneously and sync with server. But I am facing error with more number of simultaneous file opens.
Can any one tell me how many simultaneous File opens are allowed programatically?