Dave Siktberg wrote: > > I am using nsv arrays to hold session data across multiple page accesses,
etc.... (snipped for brevity..) > Is there any way to monitor the amount of space consumed by nsv arrays at > any point in time? What should I do to monitor the performance impact of my > nsv use (other than the mutex monitoring), and perhaps to trigger more > aggressive purges - or rewrites :( - when needed? > > I realize that nscache provides similar facilities. There is so much else > on my plate, and my facility with Linux internals is so limited, I hesitate > to go down the path of installing it. Would it provide a major improvement, > so that I should invest that time and energy? Dave, the nscache stuff works very well and installs pretty easily. >From your descriptions above, I predict you would have a much easier time switching to the nscache stuff instead of trying to cook up something yourself with nsv arrays. -mike
