home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / networki / 978 < prev    next >
Encoding:
Text File  |  1992-08-13  |  3.3 KB  |  87 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!haven.umd.edu!darwin.sura.net!jvnc.net!nuscc!eletanjm
  3. From: eletanjm@nuscc.nus.sg (TAN JIN MENG)
  4. Subject: IBM TCPIP
  5. Message-ID: <1992Aug13.170501.23162@nuscc.nus.sg>
  6. Organization: National University of Singapore
  7. Date: Thu, 13 Aug 1992 17:05:01 GMT
  8. Lines: 77
  9.  
  10. Great package - the TCPIP stuff from IBM - quite UNIX like networking.
  11. Some Questions though ...
  12.  
  13. 1) I start my X clients using rexec. The problem is that although I use
  14. start rexec ... to start the X client, I always leave a cmd.exe session
  15. in a window everytime I exit the client. Is there anyway I can avoid
  16. having to clean up after everytime?
  17.  
  18. 2) My talk doesn't seem to work. The talk daemon correctly receives the
  19. talk connection request from the outside (an SGI machine) but I can't
  20. establish the connection when I do the subsequent "talk user@host"
  21.  
  22. 3) How cum my TCPIP works without portmap running? Is it necessary and
  23. then for what?
  24.  
  25. 4) I can't seem to install a default route (I have only 1 gateway). The
  26. machine just refuses to route this way. I actually have to add each host
  27. route individually.
  28.  
  29. 5) The fonts option in "PMANT" seems to be corrupted. I get fonts listed
  30. such as 0x0 1240x203, 0x4 and other ridiculous font sizes. what gives?
  31.  
  32. 6) Most irritating fault. My normal usage for X is this :
  33. -    I start xterm using "start rexec ..."
  34. -    from xterm I launch X clients. eg "> xv * &" or "xclock &"
  35. Every once in a while, either all my X clients feeze or the xterm
  36. freezes (no keyboard input) or even the whole PM desktop (this is rare)
  37. hangs. This happens most often when I close the X client window or
  38. choose the quit option in the X client. So far I get by by killing the X
  39. client from my xterm. This is not only inconvenient but also does not
  40. totally elinimate either the Xserver or the PM desktop crash.
  41.  
  42. Am I doing something wrong or is the fault with the PMX itself?
  43.  
  44. 7) X is a bit sluggish. Can I do anything to speed it up?
  45.  
  46. 8) I'm not sure I understand the docs about color table in PMX. All I
  47. know is that my gifs and jpg files in xv (using a 1024x768x256 driver)
  48. look inferior to when I view them on the SUN (also a 256 color display).
  49. How can I improve it?
  50.  
  51. Other than the above, its a great package - lots of programs with a
  52. distinctly unix feel. For those who don't know, here's a short list
  53. (from the top of my head)...
  54. ftp and ftpd
  55. tftp and tftpd
  56. telnet telnetd vt100 vt220
  57. bootp bootpd
  58. route routed
  59. rsh rshd
  60. talk talkd
  61. nfs nfsd
  62. mail
  63. snmp
  64. netstat
  65. nslookup
  66. ping
  67. finger fingerd
  68. tracerte (ala UNIX traceroute) (with source code)
  69. rn (with source code)
  70. nstat (PM version of netstat with source code)
  71. named (with source code)
  72. ipgate (for simple packet filtering I think)
  73.  
  74. Some idea of performance ...
  75. my old dos network stuff does ftp at an average rate of about 40KB/sec
  76. the IBM ftp does about 250KB/sec.
  77.  
  78. Of course, I think the X performance is rather sluggish (though I have
  79. no experience with other PC X servers). Also, I think it is a straight
  80. port of the X code that does not take advantage of multi-threading under
  81. OS/2 (the MIT X server only has one main thread serving a "dispatch
  82. loop"). With multi-threading, performance would not only improve but
  83. also reliability would go up (eg have one thread per X client). You can
  84. take this as a humble (and unsolicited!!) suggestion IBM ;-)). 
  85.  
  86. jin meng
  87.