2 citations found. Retrieving documents...
Edward W. Felten and Dylan McNamee. NewThreads 2.0 User's Guide. August 1992, unpublished. -

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:
Tools and Techniques for Building Fast Portable Threads Packages - Keppel (1993)   (71 citations)  (Correct)

....varargs problems in more detail. From the view of the threads package, a better interface passes only one argument, a pointer to a structure that contains the actual arguments. It may be necessary to copy the structure to thread specific storage. This is the approach used by, e.g. NewThreads [FM92]. However, many packages provide a varargs interface, so building a threads toolkit that supports only single argument thread functions is unacceptable. Although varargs can implement a single argument interface, doing so typically makes thread initialization and invocation two times slower. ....

Edward W. Felten and Dylan McNamee. NewThreads 2.0 User's Guide. August 1992, unpublished. -


Shoring Up Persistent Applications - Carey, DeWitt, Franklin, Hall.. (1994)   (193 citations)  (Correct)

....this programming model (although the OO7 implementation does not currently require these primitives) 4.3 Portability Our goal is that PSHORE, like SHORE itself, will run on a wide range of hardware platforms. To support this goal, the ParSet implementation uses the new threads package [FM92] which in turn uses PVM [Sun90] for interprocess communication. PVM is a public domain message passing library for writing parallel programs that runs on platforms ranging from networks of workstations to multiprocessors. By using this portable parallel programming environment in the PSHORE ....

Edward W. Felten and Dylan McNamee. Newthreads 2.0 user's guide. August 1992.

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC