mark100net wrote:
I am not sure how a 'system call' would be defined in this context. Does accessing the file system involve system calls for this purpose?
System calls are made when accessing resources that the kernel is responsible for. So yes, accessing the filesystem, or creating a network socket would generate calls into the kernel.
If you strace a process it will show you the system calls it makes ... for example "strace ls /" would show you the system calls involved in executing "ls" against the root directory...
OTOH, all the logic and code inbetween each system call runs at full steam.
Virtuozzo is pretty expensive -- that means either the extra costs are transferred to the end-customers, or the servers are loaded up to compensate. One could argue there is less overhead with Virtuozzo therefore they can fit more users onto a machine, but that increases the number of customers potentially sucking up resources away from you.
If one's only requirement is performance, they should be looking at dedis anyhow...
-Chris