Thank you for posting this! I'm sure it will be studied for a long
time by a lot of folks. I appreciate your efforts.
-Kelly
On 4/22/07, Ferenczi, Szabolcs <
ferenczi@...> wrote:
> On Sun, 22 Apr 2007, Kelly Anderson wrote:
> > On 4/20/07, Ferenczi, Szabolcs <
ferenczi@...> wrote:
> OK but it is going to be a long post. Be patient.
>
> I am going to demonstrate TDD for multi-threading applications on a
> case study for your convenience. Let us suppose that we are about to
> introduce the classical producer-consumer scenario and we must develop
> a bounded buffer to smooth the varying speed difference between
> producer and consumer threads.