home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9680 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.1 KB

  1. Path: sparky!uunet!mcsun!uknet!andersen.co.uk!aroby
  2. From: aroby@andersen.co.uk (Tony Roby)
  3. Newsgroups: comp.unix.aix
  4. Subject: Socket Problem
  5. Message-ID: <1992Sep15.170050.20471@andersen.co.uk>
  6. Date: 15 Sep 92 17:00:50 GMT
  7. Organization: Andersen Consulting (UK Practice)
  8. Lines: 19
  9.  
  10.  
  11. Does anyone have any clues as to why we experience the following problem
  12. using sockets on AIX 3.2.1 ?  
  13.  
  14. We send a message, consisting of a header and data in two parts onto a
  15. socket.  The receiver receives the message in two parts.  The header
  16. is always 64 bytes long.  When the data portion is 1451 bytes long (or less)
  17. the response time is more than when the data portion is 1452 bytes long; 'more'
  18. means consistently longer by about .2 of a second.  The same thing happens
  19. for data portions 1453-2903 bytes long, but data portions 2904 bytes and 
  20. longer have good response times.  We are running over Token Ring and the 
  21. maximum IP packet size for TCP/IP is 1492 bytes (is this a clue ?).
  22.  
  23. When we combine the header and the data in one message, response times are
  24. consistent over all message sizes.
  25.  
  26. Any ideas would be welcome.
  27.  
  28. Tony
  29.