home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / transput / 1428 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  2.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!Germany.EU.net!urmel.informatik.rwth-aachen.de!uni-paderborn.de!knut
  2. From: knut@uni-paderborn.de (Knut Menzel)
  3. Newsgroups: comp.sys.transputer
  4. Subject: Re: SUMMARY
  5. Date: 26 Jan 1993 14:09:45 GMT
  6. Organization: University of Paderborn
  7. Lines: 39
  8. Distribution: world
  9. Message-ID: <1k3gn9INNnjp@news.uni-paderborn.de>
  10. References: <1jjvtuINNgdb@nz12.rz.uni-karlsruhe.de> <1993Jan22.113209.656@ohm.york.ac.uk> <1k149mINNe8u@nz12.rz.uni-karlsruhe.de>
  11. Reply-To: knut@uni-paderborn.de
  12. NNTP-Posting-Host: ruhr.uni-paderborn.de
  13.  
  14. |> >   The problem is: Now that my program works better, I usually switch
  15. |> >   the tracing off, so that only the root transputer does any host-I/O.
  16. |> >   But I still have to start 4 iservers, otherwise the system hangs.
  17.  
  18. Only one transputer is allowed to use the iserver because only one 
  19. transputer should have a link to the host specified in the .cfs-file.
  20. You **have** to use the reduced library on all nodes **not** connected
  21. to the host.
  22.  
  23. If you use the full library on the root transputer you have to use the
  24. INMOS iserver because it serves the link. In addition you have to take
  25. care of the two edges connected to the host you find as the first two
  26. parameters you the process running on the root transputer.
  27.  
  28. If you use the reduced library on the root transputer you do not need
  29. the INMOS iserver. There is no more communication between the root
  30. process and the iserver. You can either send the bootstrap with you own
  31. server or with the iserver **not** using the option -ss (serve the link).
  32. In this case the iserver starts the program and terminates.
  33.  
  34. |> >   To me it looks as if there is some mysterious communication between
  35. |> >   iserver and transputer, even if I don't call any I/O-function. 
  36.  
  37. Yes. That's right. The iserver serves the link and waits on an exit call
  38. initiated by the root process (exit_terminate()).
  39.  
  40. -- Knut
  41.  
  42. PS: Where did you post your question. I didn't get it.
  43.  
  44. --------------------------------------------------------------------------
  45.  Knut Menzel                          University of Paderborn
  46.  email:   knut@uni-paderborn.de       Department of Computer Science FB17
  47.           ...!uunet!unido!pbinfo!knut Warburger Str. 100
  48.  Tel:     +49 5251 603325             D-4790 Paderborn
  49.  Telefax: +49 5251 603853
  50. --------------------------------------------------------------------------
  51.  
  52.  
  53.