I want a short term fix for some NIS performance problems on my network.
I don't have root access, and nscd has all caching turned off.
I'd like to provide local nscd-like capability to allow getpwuid to cache its results, avoiding many expensive NIS lookups (sometimes 5-10 seconds each)
context:
R calls getpwuid lots during package loading.