On Fri, Aug 01, 2008 at 04:01:58PM -0700, Keith Packard wrote:
shmfs is perfectly happy to have thousands of files, there are workloads
that have a lot more than that. Note that in other subthreads there is
the assumption that all of them are open and in the fd table at the same
time. I haven't really seen a good explanation for that - objects on
shmfs are persistant until deleted, and when you keep your parent
directory fd open an openat to get at the actual object is cheap.
--