On Tue, 26 Oct 2004 15:07:39 +0300, Momchil Velikov <velco@xxxxxxxxx> wrote: > Simone Vellei wrote: > > Hi, there is an user space method to intercept memory access, or this > > can be done only in kernel space (through mmap hacking)? > > I need to implement a mechanism for handling different address spaces > > for a distributed shared memory. I need to intercept remote address > > space access (locally invalid!) and handling this with a remote > > operation. > > You can do it in userspace, with mmap and sigaction+SA_SIGINFO+siginfo_t That's going to be painfully slow and unpleasant. Jon. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/