On 14 April 2016 at 13:22, Daniel Nicoletti <[email protected]> wrote: > It's not unfair since threads are basically process to linux kernel
in the Linux kernel threads and processes are indeed different kinds of a generic task concept; the main difference being that each process has its own memory space and a thread does not. therefore, while they might be comparable in some aspects, definitely not in memory consumption. -- Javier _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
