From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 12 Jun 2009 21:39:41 -0400 From: Bhanu Nagendra Pisupati To: 9fans@9fans.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [9fans] critique of sockets API Topicbox-Message-UUID: 0a12f2fe-ead5-11e9-9d60-3106f5b1d025 >do you have a comparison to other similar projects like >1. styx on a brick > http://www.vitanuova.com/inferno/rcx_paper.html >2. 9p for imbedded devices > http://iwp9.inf.uth.gr/iwp9_proceedings08.pdf > >and or other information on your work? in particular, >what hardware are you using? The "Styx on a Brick" paper was a definition inspiration for my work. I have acknowledged as much in my publications. I completed my PhD in '07 before the "embedFS" filesystem paper from IW9P came out last year, and I have not done a formal comparison per se. But reading through the text, I do see similarities in some of our ideas, such as having one outstanding messag, of read/read message size, using 9P (rather than 9p2000) etc. The IW9P paper does not give size numbers, but the basic 9P filesystem in my implementation was about 15KB in size when implemented on a 32-bit RISC processor named Nios (an embedded processor from Altera). Most of my work was done using the Nios embedded FPGA environment from Altera. For more information: http://www.cs.indiana.edu/cgi-bin/techreports/TRNNN.cgi?trnum=TR647 http://www.cs.indiana.edu/pub/techreports/TR647.html/embed.html