home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / transput / 1174 < prev    next >
Encoding:
Text File  |  1992-11-10  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.sys.transputer
  2. Path: sparky!uunet!mcsun!sun4nl!dutrun!dutrun2!dutncp8!rob
  3. From: rob@pact.nl (Rob Kurver)
  4. Subject: Re: MS-Windows access for transputers
  5. Message-ID: <rob.721404893@dutncp8>
  6. Keywords: MS-Windows, Transputers
  7. Sender: news@dutrun2.tudelft.nl (UseNet News System)
  8. Nntp-Posting-Host: dutncp8.tn.tudelft.nl
  9. Organisation: PACT, Delft, The Netherlands
  10. Cc: rob@pact.nl
  11. Organization: Delft University of Technology
  12. References: <1992Nov9.230533.13209@lucrece.robots.ox.ac.uk>
  13. Date: Tue, 10 Nov 1992 14:14:53 GMT
  14. Lines: 31
  15.  
  16. In <1992Nov9.230533.13209@lucrece.robots.ox.ac.uk> tom@robots.ox.ac.uk (Tom Burke) writes:
  17.  
  18. >    I'm using a PC as a transputer host and was wondering if
  19. >anyone out there in netland have written an extension to ``iserver''
  20. >which allows access to Microsoft Windows facilities?  A public domain
  21. >program would be preferable but any good commercial packages would
  22. >also be of interest.
  23.  
  24. What we have done with the host server for our PACT Parallel C compiler
  25. is provide support for so-called alternate servers.  An alternate server
  26. communicates with the main server (which is an iserver superset, BTW)
  27. through an MS-DOS software interrupt, which is registered as such with
  28. command line options.  Now when the main server gets a request for an
  29. alternate server, it invokes the alternate server through the interrupt,
  30. passing it the info sent by the transputer, and sending any data returned
  31. by the alternate server back to the transputer.  Transputer runtime
  32. support functions hide the gory details from the user.
  33.  
  34. With this feature, it is fairly easy to write an alternate server which
  35. provides all the Windows support you're interested in, without having
  36. to mess with the original host server.  With the proper alternate server
  37. you get all the normal host server support plus the extra features
  38. required for a particular application or environment.
  39.  
  40. Cheers. - Rob
  41.  
  42. --
  43.      PACT                   Rob Kurver
  44.     Foulkeslaan 87         rob@pact.nl
  45.    2625 RB Delft     ph: +31 15 616864 
  46.   The Netherlands   fax: +31 15 610032
  47.