[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Serving each URL from a separate unikernel: an experiment
On Wed, Mar 25, 2015 at 3:31 PM, Anil Madhavapeddy <anil@xxxxxxxxxx> wrote: > On 25 Mar 2015, at 15:04, Amir Chaudhry <amc79@xxxxxxxxx> wrote: >> >> Hi folks, >> >> Magnus just pushed a new blog post live, where he describes a recent >> experiment. In it, he tries serving each webpage on his static site from a >> different unikernel. It's a fun idea and all his scripts are public if you'd >> like to try this out for yourselves! >> >> Post: >> http://www.skjegstad.com/blog/2015/03/25/mirageos-vm-per-url-experiment/ One optimization that occurs to me is the use of the Host header to distinguish requests for different domain names but use a single IP address. This should reduce the size of the address tables and generally scale better in other ways (no need to manage IP-space allocation, ability to host on the Internet without a huge IP-space, etc). Does anyone know of a way to convince HTTP clients doing DNS lookups to send *all* subdomains to a single host and terminate name resolution for a domain? If we could figure that out, you wouldn't even need to modify the DNS... >> Tweets: >> https://twitter.com/MagnusSkjegstad/status/580737412193738752 >> https://twitter.com/amirmc/status/580741532791283712 >> > > As a bit of background reading on Jitsu, I've put the camera ready version of > the paper online now that will be presented as NSDI in May: > http://anil.recoil.org/papers/2015-nsdi-jitsu.pdf > > The intention is to cook up an "extreme" demo to demonstrate the stack to the > audience, and this is one such excellent demonstrator of the underlying > toolchain to spawn-on-demand. > > -anil > > > _______________________________________________ > MirageOS-devel mailing list > MirageOS-devel@xxxxxxxxxxxxxxxxxxxx > http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |