> For bonus points, while we're talking about resource limiting -- what is > the difference between the chroot and namespace settings in uwsgi? >
chroot is a standard available everywhere, but it is pretty weak. namespaces are a linux features and do not suffer from chroot() limits/weakness and (more important) allows you to have a completely different set of mountpoints. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
