From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Fri, 12 Oct 2012 18:04:47 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: [9fans] Plan 9 on EC2 and Go Topicbox-Message-UUID: bd809484-ead7-11e9-9d60-3106f5b1d025 This might be of interest to some 9fans. A few months ago -- with Richard's help -- I was able to clone a Plan 9 instance from the AMI he created on Amazon EC2 (check 9fans archive for the original announcement). I've built and deployed new kernels to it; it is relatively painless. I've just deployed a test http server written in Go; you'll need an HTML5 browser (requires Websocket) to see how it works. I'm wondering how it performs, if you can, please try it out. http://ec2-79-125-53-233.eu-west-1.compute.amazonaws.com/ The server is serving its own directory and you can see the source here: http://ec2-79-125-53-233.eu-west-1.compute.amazonaws.com/src/ -Skip