Edward A. Lee

EECS Department, University of California, Berkeley

Technical Report No. UCB/EECS-2008-151

December 7, 2008

http://www2.eecs.berkeley.edu/Pubs/TechRpts/2008/EECS-2008-151.pdf

This paper describes the usage patterns of the ThreadedComposite actor in Ptolemy II. This actor enables the execution of opaque actors (atomic actors or composite actors with directors) in a separate thread, thus providing multithreading for models of computation that are not already multthreaded. It can be used to execute an actor in the background, to execute multiple actors in parallel (e.g. on a multicore machine), and to execute actors that block on I/O operations without blocking other actors.


BibTeX citation:

@techreport{Lee:EECS-2008-151,
    Author= {Lee, Edward A.},
    Title= {ThreadedComposite: A Mechanism for Building Concurrent and Parallel Ptolemy II Models},
    Year= {2008},
    Month= {Dec},
    Url= {http://www2.eecs.berkeley.edu/Pubs/TechRpts/2008/EECS-2008-151.html},
    Number= {UCB/EECS-2008-151},
    Abstract= {This paper describes the usage patterns of the ThreadedComposite actor in Ptolemy II.  This actor enables the execution of opaque actors (atomic actors or composite actors with directors) in a separate thread, thus providing multithreading for models of computation that are not already multthreaded. It can be used to execute an actor in the background, to execute multiple actors in parallel (e.g. on a multicore machine), and to execute actors that block on I/O operations without blocking other actors.},
}

EndNote citation:

%0 Report
%A Lee, Edward A. 
%T ThreadedComposite: A Mechanism for Building Concurrent and Parallel Ptolemy II Models
%I EECS Department, University of California, Berkeley
%D 2008
%8 December 7
%@ UCB/EECS-2008-151
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/2008/EECS-2008-151.html
%F Lee:EECS-2008-151