FW: Process control requirements


Subject: FW: Process control requirements
From: David Smith (David.Smith@synopsys.com)
Date: Mon Jul 22 2002 - 11:33:48 PDT


Resend

David W. Smith
Synopsys Scientist

Synopsys, Inc.
9205 SW Gemini Drive
Beaverton, OR 97008

Voice: 503.520.2715
FAX: 503.643.3361
Email: david.smith@synopsys.com
http://www.synopsys.com

-----Original Message-----
From: Kevin Cameron x3251 [mailto:Kevin.Cameron@nsc.com]
Sent: Monday, July 08, 2002 12:26 PM
To: sv-ec
Subject: Process control requirements

Independent "light-weight" thread programming is already fairly well defined in the POSIX threads standard - some links:

  http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html
  http://www.opengroup.org/onlinepubs/7908799/xsh/threads.html

Apart from process creation, functions manipulating process should map to pthread functions so that user code can easily be created in a C and SV compatible (polymorphic) way, and it may simplify implementation.

The minimum required subset of pthread functionality is the ability to log a thread's ID as it is created, and then use that ID to stop,restart and kill the process, and a method for checking it's existance (overloads "kill" in pthreads).

Kev.



This archive was generated by hypermail 2b28 : Mon Jul 22 2002 - 11:45:49 PDT