different FD_SETSIZE on a remote than a local disk?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hello, all ... Is this true, or am I not understanding completely what's going on? Regards, John Falling You - exploring the beauty of voice and sound http://www.fallingyou.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... In my kqueue / kevent tests, i'm seeing how many events I can process per second. However, i'm now trying to run the client (a simple Perl script that touches 1000s of files that the C++ server is monitoring qith kqueue / kevent) on a separate pooter, so I can get a better feel for how high I can scale the server. However, i'm running into a problem -- the C++ server can create the test files (i've successfully tested up to 10000 of them on my 1.5ghz 12" PowerBook, and it can go much higher than that I think) fine on the local disk, but when trying to do so on a remote disk (my dual 2ghz G5, across AE), it can't make any more than 1248. This is with the filedescriptor limit set to 10000 (via /bin/csh limit), so it appears that the filedescriptor limit that csh sets isn't honored on a remote disk. This email sent to site_archiver@lists.apple.com
participants (1)
-
jmzorko@mac.com