home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0491.ZIP / CCE_0491.PD / PS_CPX / PS_CPX.ENG < prev    next >
Encoding:
Text File  |  1992-10-07  |  1.7 KB  |  41 lines

  1. Berlin, 29.9. by Markus Pristovsek
  2.  
  3.                      Documentation for PS 1.02
  4.                      =========================
  5.  
  6.     THIS CPX-MODUL NEED MiNT! (or it is useless!)
  7.  
  8.    It displays the current running processes and offers the possibilty to 
  9. change process priority and to send a signal to the process. If there are GEM
  10. process, the AES id will be display too. Under MTOS the kernel and der acc's 
  11. will be displayed too.
  12.  
  13.    A line looks like this:
  14. NAME  STATUS  MiNT-ID  GEM-ID (or -- for TOS programs) PRIORITY (-20..20)
  15.  
  16.    By doubleklicking or selcting and open you reach the "special-info-menu". 
  17. Here you can send signals and change priority. If you try to send a signal to 
  18. a TSR or a process, that's not you own, or the signal couldn't be delivered at 
  19. any reason, "File not found!" will be reproted. If this modul sees, that it 
  20. doesn't make sence to send a signal or alter process' priority, then these 
  21. buttons won't appear.
  22.  
  23.     Some hints:
  24.  - NEVER KILL GEM!!!
  25.  - If you want to kill a GEM-process use SIGTERM. Then the process has a chance
  26.    to exit gracefully. If you'll kill a TOS-process you can use SIGINT, this is 
  27.    the same as CNTRL+C. And if you'll kill a process, that ignores all signals 
  28.    use SIGKILL. This process will be 100% killed.
  29.  - All priority up to +20 won't speed up you computer. (Use GEM-load to see 
  30.    the effect)
  31.  
  32.    There is no liability for any effects caused by using this program. Use it at 
  33. you own risk. It has been tested with TOS 1.04,2.06 and MiNT 0.95,0.95. Thanks 
  34. go to Dieter Fiebelkorn for CPX sourcecodes, errorreports and suggestions.
  35.  
  36. On GERMAN-TOS this CPX will display german dialoges.
  37.  
  38. My adresse for errors, suggestions etc.:
  39.    email: prissi@marie.physik.tu-berlin.de
  40.  
  41.