<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 12 May 2017 at 14:44, Ben Gamari <span dir="ltr"><<a href="mailto:ben@well-typed.com" target="_blank">ben@well-typed.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
For this reason, if your program is truly embarassingly parallel, it is<br>
usually preferrable performance-wise to run multiple processes<br>
concurrently than use pure parallelism (a sad truth in a harsh reality,<br>
in my opinion).<br>
<br></blockquote><div><br></div><div>Hmm, an interesting idea. It's not _all_ embarassingly parallel, but the bottleneck is. You're right, we could have separate front-end processes just doing the validation (indeed they could even be distributed across the network). I don't think we'll do that just yet, particularly not when 8.2's results are so promising, but it sounds a useful idea to keep in the toolbox.</div><div><br></div><div>Thanks again,</div><div><br></div><div>David</div><div><br></div></div></div></div>