Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262231AbTIJMLw (ORCPT ); Wed, 10 Sep 2003 08:11:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262732AbTIJMLw (ORCPT ); Wed, 10 Sep 2003 08:11:52 -0400 Received: from us01smtp2.synopsys.com ([198.182.44.80]:14297 "EHLO kiruna.synopsys.com") by vger.kernel.org with ESMTP id S262231AbTIJMLt (ORCPT ); Wed, 10 Sep 2003 08:11:49 -0400 Date: Wed, 10 Sep 2003 14:11:43 +0200 From: Alex Riesen To: Luca Veraldi Cc: linux-kernel Subject: Re: Efficient IPC mechanism on Linux Message-ID: <20030910121143.GA28858@Synopsys.COM> Reply-To: alexander.riesen@synopsys.COM Mail-Followup-To: Luca Veraldi , linux-kernel References: <00f201c376f8$231d5e00$beae7450@wssupremo> <20030909175821.GL16080@Synopsys.COM> <001d01c37703$8edc10e0$36af7450@wssupremo> <20030910064508.GA25795@Synopsys.COM> <015601c3777c$8c63b2e0$5aaf7450@wssupremo> <20030910115259.GA28632@Synopsys.COM> <03ae01c37795$063561a0$5aaf7450@wssupremo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <03ae01c37795$063561a0$5aaf7450@wssupremo> Organization: Synopsys, Inc. User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 878 Lines: 22 Luca Veraldi, Wed, Sep 10, 2003 14:14:00 +0200: > > > Compatibility is not a problem. Simply rewrite the write() and read() > > > for pipes in order to make them do the same thing done by zc_send() > > > and zc_receive(). Or, if you are not referring to pipes, rewrite the > > > support level of you anchient IPC primitives in order to make them do > > > the same thing done by zc_send() and zc_receive(). > > > > If it is possible, why new user-side interface? > > Because my programming model is clear and easy. does anyone, besides you, says so? > Linux one's is far from being so, in my opinion. it is widely accepted one. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/