home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / test / tasking.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.9 KB  |  80 lines

  1.  
  2.  
  3. -------- SIMTEL20 Ada Software Repository Prologue ------------
  4. --
  5. -- Unit name    : Tasking Benchmarks
  6. --              : 
  7. -- Version      : Version 1.0
  8. --              : 
  9. -- Authors      : Thomas M. Burger
  10. --              : 
  11. --              : TeleSoft, Inc.
  12. --              : 5959 Cornerstone - West
  13. --              : San Diego, CA 92121-9891
  14. --              : 
  15. --              :        and
  16. --              : 
  17. --              : Kjell W. Nielsen
  18. --              : 
  19. --              : Hughes Aircraft Company
  20. --              : 10103 Carroll Canyon Road
  21. --              : San Diego, CA 92131
  22. --              : 
  23. -- DDN Address  : amoses@ecla.usc.edu
  24. -- Copyright    : (c) 
  25. -- Date created :  
  26. -- Release date :  
  27. -- Last update  :  
  28. -- Machine/System Compiled/Run on : DEC Ada (Version 1.2) on a VAX 8600
  29. --
  30. ---------------------------------------------------------------
  31. --
  32. -- Keywords     :  
  33. --
  34. -- Abstract     :  A set of tasking benchmarks were developed in
  35. --              :  conjunction with the paper "An Assessment of the
  36. --              :  Overhead Associated with Tasking Facilities
  37. --              :  and Task Paradigms in Ada" which appeared in the
  38. --              :  January,February 1987 Ada Letters.  These benchmarks
  39. --              :  were developed to measure the efficiency of the
  40. --              :  implementation of the Ada tasking model, and
  41. --              :  evaluate the additional cost of introducing
  42. --              :  intermediaries for the various tasking paradigms.
  43. --
  44. --
  45. ------------------ Revision history ---------------------------
  46. --
  47. -- DATE         VERSION    AUTHOR                  HISTORY
  48. --
  49. ------------------ Distribution and Copyright -----------------
  50. --
  51. -- This prologue must be included in all copies of this software.
  52. --
  53. -- This software is copyright by the author.
  54. --
  55. -- This software is released to the Ada community.                     
  56. -- This software is released to the Public Domain (note:
  57. --   software released to the Public Domain is not subject
  58. --   to copyright protection).
  59. -- Restrictions on use or distribution:  NONE
  60. --
  61. ------------------ Disclaimer ---------------------------------
  62. --
  63. -- This software and its documentation are provided "AS IS" and
  64. -- without any expressed or implied warranties whatsoever.
  65. -- No warranties as to performance, merchantability, or fitness
  66. -- for a particular purpose exist.
  67. --
  68. -- Because of the diversity of conditions and hardware under
  69. -- which this software may be used, no warranty of fitness for
  70. -- a particular purpose is offered.  The user is advised to
  71. -- test the software thoroughly before relying on it.  The user
  72. -- must assume the entire risk and liability of using this
  73. -- software.
  74. --
  75. -- In no event shall any person or organization of people be
  76. -- held responsible for any direct, indirect, consequential
  77. -- or inconsequential damages or lost profits.
  78. --
  79. -------------------END-PROLOGUE--------------------------------
  80.