From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10901080736s28306960uf31a831e1dd6ff60@mail.gmail.com> Date: Thu, 8 Jan 2009 07:36:30 -0800 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <09adbd95b11299434fc68c6089ecc90a@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13426df10901072113w182f2322q64d75553a8df6802@mail.gmail.com> <09adbd95b11299434fc68c6089ecc90a@quanstro.net> Subject: Re: [9fans] directly opening Plan9 devices Topicbox-Message-UUID: 7cf391da-ead4-11e9-9d60-3106f5b1d025 On Thu, Jan 8, 2009 at 5:37 AM, erik quanstrom wrote: >> > arm has virtualization? >> >> >> Some do. >> >> ARMs are so cheap ... don't jail things, just get another one. > > i wasn't aware of that. > > so for my arm http/ftp server, you suggest one physical cpu > for each http/ftp connection? how do i route the connections? > maybe you could hire one of those old Bell System operators to move phone jacks around. Not sure on that one :-) If you want what a jail does, I still think there are better ways on ARM, esp. watching this conversation: - something the equivalent of user mode linux - or run a plan 9 kernel per http, under something like 9vx - or something like lguest or other paravirt support Just looking at all the mods people want for jails, these almost seem like less work. ron