home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vxworks / 748 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.8 KB

  1. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ames!agate!dog.ee.lbl.gov!lbl.gov!vxwexplo
  2. From: stan@rti.com (Stan Schneider)
  3. Newsgroups: comp.os.vxworks
  4. Subject: re: VME backplane speedup
  5. Date: Thu, 20 Aug 92 21:36:53 PDT
  6. Organization: Lawrence Berkeley Laboratory, Berkeley CA
  7. Lines: 30
  8. Sender: vxwexplo@lbl.gov
  9. Message-ID: <9208210436.AA19381@rti.com>
  10. NNTP-Posting-Host: 128.3.112.16
  11. Originator: daemon@vxw.ee.lbl.gov
  12.  
  13. >> Submitted-by cnaka@amd-1s.hac.com  Thu Aug 20 17:01:28 1992
  14. >> Submitted-by: cnaka@amd-1s.hac.com (Cary Nakamura)
  15. >>  
  16. >> 
  17. >> 
  18. >> 
  19. >>     I have a VME-based system which is sending data between
  20. >>     a Motorola MVME167 ('040, 33 Mhz) and a second board using
  21. >>     an '030.  The VxWorks sockets mechanism of data transfer
  22. >>     between two processes, each running on a different VME board
  23. >>     is too slow for the amount of data I am transferring.
  24. >> 
  25. >>     For example, has anyone implemented a way to use the 167s DMA 
  26. >>     transfer capability to boost data transfer?
  27.  
  28. We have a little "shared memory server" that will allow your boards to export &
  29. import shared memory segments.  All it does is allocate memory that both sides
  30. can use & communicate the address; the actual transfer is up to you.  It's not
  31. elegant, but...
  32.  
  33.         -- Stan
  34.  
  35.  
  36. ===============================================================================
  37. =                                           =                                 =
  38. =   Stan Schneider                          =   email: stan@rti.com           =
  39. =   Real-Time Innovations, Inc.             =   Phone: (408) 720-8312         =
  40. =   954 Aster, Sunnyvale, CA 94086          =   Fax:   (408) 720-8419         =
  41. =                                           =                                 =
  42. ===============================================================================
  43.