On Sun, Nov 14, 2010 at 4:02 PM, Sam Siegel <s...@pscsi.net> wrote:

> Hello,
>
> What is the most efficient way to coordinate work in a synchronous fashion
> between a problem state TCB and an enclave SRB?  Pause, release?  Wait,
> Post, Latch services?  Other?
>
> The enclave SRB will be scheduled into the problem state TCB's address
> space.
>
> The enclave SRB will be parsing a buffer and searching for certain tokens.
>  The processing is simple and does not have many lines of code, but could
> be
> executed 10s of millions of times per day.  The buffer is processed in a
> read only manner.
>



If both are operating synchronously in the same address space, why bother to
introduce the SRB (and communication/synchronization overhead) at all?



-- 
This email might be from the
artist formerly known as CC
(or not) You be the judge.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to