I have VPS on debian, where I want to host at least 20 virtual hosts running mono application. On PHP I was using mpm_itk to run each vhost under its own user (I thing it is good for security and space usage control).
Is here possibility to run mono applications for each vhost under its own system user? I know it is possible to run more mono servers, but it is resource-expensive...