home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / forth / 2840 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!mcsun!sun4nl!wn1.sci.kun.nl!cs.kun.nl!erwin
  3. From: erwin@cs.kun.nl (Erwin Donderdorp)
  4. Subject: Parallel Forth's
  5. Message-ID: <1992Jul23.005313.3906@sci.kun.nl>
  6. Summary: how to parallel compute in Forth
  7. Keywords: parallel computing, Forth
  8. Sender: news@sci.kun.nl (NUnet News Owner)
  9. Organization: University of Nijmegen, The Netherlands
  10. Date: Thu, 23 Jul 1992 00:53:13 GMT
  11. Lines: 18
  12.  
  13. Hi,
  14.  
  15. We are working with our own ANS Forth implementation for the INMOS
  16. transputer and (among other things) we are experimenting with parallel
  17. computing.
  18. Our main problem is that Forth is in the category of incremental
  19. compilers. This makes the standard implementation of multiprocessing a
  20. bit difficult. (The easy way is to first flood your program around the
  21. whole network and then start computing). Because each tranputer may
  22. decide to load more code a scheme where only program counters are
  23. communicated is useless. Currently we are thinking of sending simple
  24. forth commands to each node but we think it is too slow for real use.
  25. Have there been any discussions about this subject?
  26.  
  27. Erwin Dondorp
  28.  
  29. (P.S. This is more or less a private project, itoes not involve the
  30. above mentionned university!)
  31.