home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os9 / 1063 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.os.os9
  2. Path: sparky!uunet!darwin.sura.net!wupost!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!fhg!iitb!usenet
  3. From: qui@mab1.iitb.fhg.de (Quint)
  4. Subject: Interrupt times under OS9
  5. Message-ID: <1992Jul22.071128.16544@iitb.fhg.de>
  6. Sender: usenet@iitb.fhg.de
  7. Organization: Institut fuer Informations- und Datenverarbeitung
  8. Date: Wed, 22 Jul 1992 07:11:28 GMT
  9. Lines: 30
  10.  
  11. Hi,
  12.  
  13. I have a MVME 147 based system, working under OS9.
  14.  
  15. I want to react on interrupts from a device as follows: the 
  16. device driver sends a signal by receiving of a interrupt and the 
  17. software should react by using the _ss_ssig() and intercept() 
  18. routines.  
  19.  
  20. My question: how long does it tipically take from the moment, the
  21. interrupt is issued by the hardware to the moment, 
  22. I execute the first statement in my function called with intercept() ? 
  23. Is it 100 us, 1 ms, 10 ms ?
  24.  
  25. Second question: having a process sleeping on a event ( ev_wait() )
  26. and another process sending this event. How long does it take till the
  27. first process continues execution ? Assume, that just these two processes
  28. are in memory (besides kernel, drivers for floppy, hard disk, a tsmon, all
  29. the stuff which you usually have  --  but only these two user processes),
  30. both processes have the same priority.
  31.  
  32. Thank you for your help,
  33.                 Franz
  34.  
  35.  
  36. --
  37. Franz Quint
  38. Fraunhofer-Gesellschaft, IITB              e-mail: qui@iitb.fhg.de
  39. Fraunhoferstrasse 1                        phone:  +49 721 6091231
  40. 7500 Karlsruhe 1, Germany                  fax:    +49 721 6091413
  41.