<br><br><div class="gmail_quote">On Thu, Nov 3, 2011 at 10:22 AM, David Barbour <span dir="ltr">&lt;<a href="mailto:dmbarbour@gmail.com">dmbarbour@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div>It is correct in context. Mighttpd does not use the -Nx argument to create multiple OS threads, instead uses a `prefork` model that creates separate processes to balance user invocations. Using multiple processes instead of multiple Haskell threads avoids issues with garbage collection.</div>
</div></blockquote><div><br></div><div>I should rephrase that: using multiple processes in place of -Nx threads avoids issues with GC. Mighttpd does use multiple Haskell threads per Haskell process.</div><div><br></div></div>