home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / forth / 2851 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!uumind!overmind!cs.kun.nl.citadel!News
  2. From: cs.kun.nl!erwin@overmind.mind.org
  3. Newsgroups: comp.lang.forth
  4. Subject: Parallel Forth's
  5. Message-ID: <2178773@overmind.citadel>
  6. Date: 23 Jul 92 04:53:00 GMT
  7. Organization: University of Nijmegen, The Netherlands
  8. Lines: 18
  9. X-mailer: Stadel 3.4a-227
  10. X-Spam-content: irrelevant
  11.  
  12. Hi,
  13.  
  14. We are working with our own ANS Forth implementation for the INMOS
  15. transputer and (among other things) we are experimenting with parallel
  16. computing.
  17. Our main problem is that Forth is in the category of incremental
  18. compilers. This makes the standard implementation of multiprocessing a
  19. bit difficult. (The easy way is to first flood your program around the
  20. whole network and then start computing). Because each tranputer may
  21. decide to load more code a scheme where only program counters are
  22. communicated is useless. Currently we are thinking of sending simple
  23. forth commands to each node but we think it is too slow for real use.
  24. Have there been any discussions about this subject?
  25.  
  26. Erwin Dondorp
  27.  
  28. (P.S. This is more or less a private project, itoes not involve the
  29. above mentionned university!)
  30.