> Freebsd has jails which is a much more baked technology and implementation than LXC Disagree! 1. FreeBSD has nothing like cgroups or namespaces. You can't apply cpu or memory limits to a whole jail, only individual processes in that jail. 2. it is early days for virtual network cards and ethernet bridging and jails: you have to recompile kernel to add VIMAGE.
You've been able to apply cpu and memory limits to entire jails since 10.0 was released through the rctl mechanism.
FreeBSD 10 was released only this year. For reference, Heroku began in 2007, using resource limits with LXC... a whopping 7 years ago.