<div class="gmail_quote">2009/8/31 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="h5">
</div></div>Asynchronous results are a plague. Please avoid those.<br></blockquote></div><br>Do you suggest to let to a SD client to spawn another worker thread if it expects that the request will be time-expensive and it needs to do other stuff meanwhile?<br>
<br>What is your opinion about the current SD implementation? I think we could call it asynchronous because all the data it ever transmittes to a client is via ItemAdded event. Though I must admit that the event is not really a result, because there is no direct request from a client for it, so I'm not sure if your critique applies to the current implementation as well.<br>