Slashdot Mirror


User: devovz

devovz's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Re:This would be a REALLY REALLY bad choice. on OpenVZ Pushing for Linux Kernel Inclusion · · Score: 1

    >30% of OpenVZ core patch are changes is mainstream (fixes, security, stability etc.). These are either backported patches or stuff we commit to mainstream. OpenVZ is not worse/better than many other features (CPUSETs, NUMa, memnodes, IPv6 :~) ) which are not *widely* used and has some special purposes, but which still happily coexist with each other.

  2. Re:OpenVZ? on OpenVZ Pushing for Linux Kernel Inclusion · · Score: 1

    It's much more secure: - root can get out of chroot, but root can't get out of VPS - chroot doesn't limit your resource usage anyhow (disk space, CPU, memory), in VPS you can dynamically change QoS parameters. - chroot doesn't limit processes anyhow on IPC, signals etc. f.e. user with UID=100 can SIGKILL processes run with the same UID. In VPSs you can have the same UIDs, but processes are isolated. - and so on...

  3. Re:The Linux devs should reject it's inclusion on OpenVZ Pushing for Linux Kernel Inclusion · · Score: 1

    a lot of things... - OpenVZ allows to run 100 VPSs on 1GB RAM - OpenVZ has no Xen I/O overhead (20-40%) - OpenVZ natively supports SMP (and always supported) inside VPS (up to all of your CPUs) - OpenVZ starts/stops VPS in a few seconds - OpenVZ creates VPS in less than a minute - OpenVZ allows to change all VPS QoS parameters on the fly (disk space, CPU and memory limits) - OpenVZ allows much better resource utilization, it doesn't reserve VPS *unused* memory for future use etc. just from my mind... I can elaborate on this further.

  4. Re:It's not that simple: everyone is following the on OpenVZ Pushing for Linux Kernel Inclusion · · Score: 1

    Virtuozzo uses the same codebase as OpenVZ.

  5. Re:Virtuozzo and OpenVZ on OpenVZ Pushing for Linux Kernel Inclusion · · Score: 1

    Virtuozzo is not just about a kernel patch, it's a set of management tools built upon OpenVZ infrastructure. It's more tested/better supported (for money) etc. This is why in general its quality is better. Exactly like with Fedora/RHEL, which one would you use in production?

  6. Re:Xen on OpenVZ Pushing for Linux Kernel Inclusion · · Score: 1

    coming Virtuozzo 3.0 (based on OpenVZ) will have NPTLs.