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
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/