<div class="gmail_quote">On Wed, Jan 20, 2010 at 1:24 AM, Andrei Alexandrescu <span dir="ltr">&lt;<a href="mailto:andrei@erdani.com">andrei@erdani.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Kevin Bealer wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
On Tue, Jan 19, 2010 at 5:30 AM, Andrei Alexandrescu &lt;<a href="mailto:andrei@erdani.com" target="_blank">andrei@erdani.com</a> &lt;mailto:<a href="mailto:andrei@erdani.com" target="_blank">andrei@erdani.com</a>&gt;&gt; wrote:<br>

<br>
    Apparently I can&#39;t convince Brad that I&#39;m not spamming - my<br>
    attachments keep on being delayed through moderation because they&#39;re<br>
    too big.<br>
<br>
    I uploaded draft 5 here:<br>
<br>
    <a href="http://www.erdani.com/d/fragment.preview.pdf" target="_blank">www.erdani.com/d/fragment.preview.pdf</a><br></div>
    &lt;<a href="http://www.erdani.com/d/fragment.preview.pdf" target="_blank">http://www.erdani.com/d/fragment.preview.pdf</a>&gt;<div class="im"><br>
<br>
    Again: Don&#39;t re-read what you&#39;ve already read, move forward. Feedback<br>
    would be appreciated. Sean, Walter, please let me know quickly if you<br>
    see any major implementation issues.<br>
<br>
<br>
    Thanks,<br>
<br>
    Andrei<br>
<br>
 Other question: setMaxMailboxSize sets the mailbox size on the caller, so...<br>
</div></blockquote>
<br>
On the callee.<div><div></div><div class="h5"><br>
<br>
<br>
Andrei<br>
_______________________________________________<br>
dmd-concurrency mailing list<br>
<a href="mailto:dmd-concurrency@puremagic.com" target="_blank">dmd-concurrency@puremagic.com</a><br>
<a href="http://lists.puremagic.com/mailman/listinfo/dmd-concurrency" target="_blank">http://lists.puremagic.com/mailman/listinfo/dmd-concurrency</a><br>
</div></div></blockquote></div><br>I&#39;m confused, maybe because I&#39;m used to thinking in terms of &#39;queues&#39; which conceptually have two ends and two parties.<br><br>So the caller calls setMaxMailboxSize with a callee&#39;s Tid.  Then that caller will not send messages unless the callee&#39;s mailbox is smaller than that amount?<br>
<br>Will all callers obey the limit, or should they each set their own limit?  If the latter, then the design is as I thought.<br><br>Kevin<br><br><br>