On Mon, 2010-08-23 at 10:34 -0700, Linus Torvalds wrote:
Us real-time people have been telling people to not use mlockall() at
all.
While small !glibc statically linked RT components using shared memory
interfaces to !RT apps could work its not how people actually write
their apps. They write big monolithic threaded apps where some threads
are RT.
[ in part because there doesn't seem to be a usable !glibc
libpthread/librt implementation out there, in part because people use
crap like Java-RT ]
--