From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261445AbULNHqV (ORCPT ); Tue, 14 Dec 2004 02:46:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261447AbULNHqV (ORCPT ); Tue, 14 Dec 2004 02:46:21 -0500 Received: from em.njupt.edu.cn ([202.119.230.11]:26270 "HELO njupt.edu.cn") by vger.kernel.org with SMTP id S261445AbULNHqT (ORCPT ); Tue, 14 Dec 2004 02:46:19 -0500 Message-ID: <303013488.01075@njupt.edu.cn> X-WebMAIL-MUA: [10.10.136.115] From: "Zhenyu Wu" To: linux-kernel@vger.kernel.org Date: Tue, 14 Dec 2004 16:38:08 +0800 Reply-To: "Zhenyu Wu" X-Priority: 3 Subject: communicate between two modules Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello, If there are two modules, such as module A and module B, I want to let module A communicate to module B in a real time, so, are there any convinient and secure ways? Thanks & best