home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / sys5 / misc / 61 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  2.1 KB

  1. Xref: sparky comp.unix.sys5.misc:61 comp.sys.sun.misc:5344 comp.sys.sgi:16652 comp.sys.hp:13130
  2. Path: sparky!uunet!dtix!relay!nswc-wo.nswc.navy.mil!rchui
  3. From: rchui@nswc-wo.nswc.navy.mil (Raymond Chui)
  4. Newsgroups: comp.unix.sys5.misc,comp.sys.sun.misc,comp.sys.unix.misc,comp.sys.sgi,comp.sys.hp
  5. Subject: Our Approach
  6. Message-ID: <1992Nov19.183037.21735@relay.nswc.navy.mil>
  7. Date: 19 Nov 92 18:30:37 GMT
  8. Sender: news@relay.nswc.navy.mil
  9. Organization: Naval Surface Warfare Center - White Oak
  10. Lines: 36
  11.  
  12. We are writing some Xlib, Xt/Motif and PEX programs. Our programs are so
  13. simple, read the image data, XCreateImage, XPutImage and display. Well,
  14. everybody knows X is dam slow. If you have huge image database, such 
  15. a world map. It takes 3 to 5 minutes to read and display the XImage.
  16. Doesn't matter you have 128 MB RAM and 140 MB swap disk space.
  17.  
  18. Before we can get a fiber-optic computer, a supper-conductor(right now
  19. we only have semi-conductor) computer, a 1000 GHz CPU.
  20. We are try to take some other approaches, such as "shared memory" and
  21. "multi-threads". Write two or three separate programs and compiling
  22. sepately. For example, program1 read image database only, program2
  23. XCreateImage only and program3 XPutImage only.
  24.  
  25. But we have no ideas how to do that. Do we need a new operating system
  26. other than Unix? Do we need POSIX operating system? Are the shared memory
  27. and multi-threads parts of X protocol? We don't know much about the
  28. shared memory and multi-threads. Can anyone out there tell me where I can
  29. get any paper, documentation, book, O'Reilly "animal book", "color book"
  30. and ftp site talk about the shared memory and multi-threads. Or give
  31. me your ideas how to write a X program running "supper-fast".
  32.  
  33.  Thank you very much in advance!
  34. -- 
  35. Raymond H. Chui
  36. NSWC N62
  37. 10901 New Hampshire Ave.
  38. Silver Spring, MD 20903-5000
  39. U.S.A.
  40. Voice:1-301-394-5192 Fax:1-301-394-5835
  41. E-Mail:rchui@nswc-wo.nswc.navy.mil
  42.  _ __                                  _    ,    __
  43. ' )  )                           /    ' )  /    /  ) /
  44.  /--' __. , , ____   ______   __/      /--/    /    /_  . . o
  45. /  \_(_(_(_/_/) ) )_(_) /) )_(_(_     /  ( o  (__/ / /_(_/_(_
  46.           /
  47.          '
  48.