<div class="gmail_quote">On Wed, Jan 20, 2010 at 1:24 AM, Andrei Alexandrescu <span dir="ltr"><<a href="mailto:andrei@erdani.com">andrei@erdani.com</a>></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 <<a href="mailto:andrei@erdani.com" target="_blank">andrei@erdani.com</a> <mailto:<a href="mailto:andrei@erdani.com" target="_blank">andrei@erdani.com</a>>> wrote:<br>
<br>
Apparently I can't convince Brad that I'm not spamming - my<br>
attachments keep on being delayed through moderation because they'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>
<<a href="http://www.erdani.com/d/fragment.preview.pdf" target="_blank">http://www.erdani.com/d/fragment.preview.pdf</a>><div class="im"><br>
<br>
Again: Don't re-read what you'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'm confused, maybe because I'm used to thinking in terms of 'queues' which conceptually have two ends and two parties.<br><br>So the caller calls setMaxMailboxSize with a callee's Tid. Then that caller will not send messages unless the callee'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>