home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / ibmpc / 4973 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.9 KB

  1. Path: sparky!uunet!aspentec!tto
  2. From: tto@aspentec.com
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Problem with Pathwork sockets
  5. Message-ID: <1992Aug31.113142.860@aspentec.com>
  6. Date: 31 Aug 92 11:31:41 EST
  7. Distribution: world
  8. Organization: Aspen Technology, Inc. Cambridge, MA.
  9. Lines: 34
  10.  
  11. I have read some news articles regarding problems with Pathwork TCP/IP's socket
  12. library.  Here's my share of woes:
  13.  
  14. Our company has an application that uses sockets to open a telnet connection
  15. to a host.  This application runs well on several different sites but fails
  16. rather frequently on a particular client's.  It seems that the host sometimes
  17. takes an unreasonable long time to respond to a simple command.  I decided
  18. to log the characters that were actually sent and received.  It turned out
  19. that in these occasions the command was not echoed for a long period of time.
  20. It looked as if the socket procedure send() were faking sending characters:
  21. it would return 0 but store up the characters in an internal buffer and send
  22. them at a later time.  (Note that the delays were way beyond normal TCP
  23. timeout periods.)
  24.  
  25. I am using...
  26.   SOCKTSR.EXE "3Com SOCKETS (1.1)"  (I have also tried 1.2)
  27.   TCPTSR.EXE "3COm DOS Unloadable TCP/IP Protocol Driver 1.2"
  28.   TCPDRV.DOS "3Com Resident TCP/IP Protocol Driver 1.2"
  29.  
  30. Here is some related info:
  31.  
  32. 3COM wrote the socket library; DEC only licensed the binary (and not the
  33. source).  After a lot of phone calls and delays, I finally got someone in
  34. DEC who promised that he would try to get the info from 3COM to help solving
  35. my problem.
  36.  
  37. Does anyone has any insight?
  38.  
  39. Tak.
  40. -----------------------------------------------------------------------------
  41. Tak To                                                    (617) 497-9020 x377
  42. Aspen Technology, Inc                                Fax: (617) 497-7806
  43. 243 Vassar St, Cambridge, Ma 02139.                       tto@aspentec.com
  44. -----------------------------------------------------------------------------
  45.