From owner-freebsd-net@FreeBSD.ORG Thu May 31 06:20:43 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF87516A421 for ; Thu, 31 May 2007 06:20:43 +0000 (UTC) (envelope-from granica_raydom@rambler.ru) Received: from mxb.rambler.ru (mxb.rambler.ru [81.19.66.30]) by mx1.freebsd.org (Postfix) with ESMTP id 7ADC713C448 for ; Thu, 31 May 2007 06:20:43 +0000 (UTC) (envelope-from granica_raydom@rambler.ru) Received: from mcgi27.rambler.ru (mcgi27.rambler.ru [81.19.67.86]) by mxb.rambler.ru (Postfix) with ESMTP id 4CFFB1EDA6A for ; Thu, 31 May 2007 09:58:13 +0400 (MSD) Received: from mcgi27.rambler.ru (localhost [127.0.0.1]) by mcgi27.rambler.ru (Postfix) with ESMTP id 0DBF211439 for ; Thu, 31 May 2007 09:58:12 +0400 (MSD) Received: from [85.141.115.93] by mcgi27.rambler.ru with HTTP (mailimap); Thu, 31 May 2007 09:58:10 +0400 From: To: Date: Thu, 31 May 2007 09:58:10 +0400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="windows-1251"; format="flowed" MIME-Version: 1.0 Message-Id: <250546091.1180591090.177488780.28479@mcgi27.rambler.ru> Subject: New rpc system X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 06:20:43 -0000 Hi all, I have been working on a new rpc system integrated into C language. I choose FreeBSD as a platform. Now I have some result and would like you to look on it. I'm very intersted in your opinion and any suggestions about the system. Here is a project site: http://crpc.sourceforge.net/, and link to the CVS view http://crpc.cvs.sourceforge.net/crpc/crpc/. There is a short discription and a simple test inside the package. The direct link to the discription is: http://crpc.cvs.sourceforge.net/crpc/crpc/README?revision=1.7&view=markup Andrey.