On 10/18/05, kinGkonGkoli <raju.us@xxxxxxxxx> wrote: > sorry from my part -- i wasnt clear while asking my question. > > 'm trying to write a module which shares its load information wit other > kernel modules running on different linux systems with different IP address. > So this is the case of two kernel modules running on 2 different linux > machines. To establish communication between 2 machines --- i thought of > using kernel sockets. Do not top-post. Use ULA@IP1 to gather information about KM@IP1 and send it to ULA@IP2 using normal nonblocking sockets. ULA@IP2 can use ioctl()s to communicate with KM@IP2. ULA = User land app KM = Kernel Module ./h -- Operating Systems and Computer Architecture Research - University of Cincinnati http://www.ececs.uc.edu/~mohapth -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/