home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / networks / tcpip / multinet / 2033 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  2.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!sdd.hp.com!swrinde!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  2. From: busma@TGV.COM
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: RE: POP timeouts and Multinet v3.1
  5. Message-ID: <20203E3E27AUG92004019@TGV.COM>
  6. Date: 27 Aug 92 00:40:19 GMT
  7. Organization: The INFO-MULTINET Community
  8. Lines: 48
  9. X-Gateway-Source-Info: INTERNET
  10. X-Return-path: <info-multinet-relay@TGV.COM>
  11. X-RFC822-From:    busma @ TGV.COM (Jeffrey D. Busma)
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13.  
  14.  
  15.  
  16. >I'm getting ready to install my v3.1 upgrade (and the rev. B ECO).
  17. >
  18. >Do I need to define the logical MULTINET_POP3_FLAGS as 4 to help prevent
  19. >POP clients such as Edora from timing out when a user has a large
  20. >mailbox to read through?
  21. >
  22.  
  23.     No that won't help on startup. That flag is used to lie to the POP         
  24.     client telling it the mailfile is closed before it actually is. 
  25.     This can  be used to aviod delays when quiting a POP  session, due to          
  26.     VMS MAIL reclaiming deleted space while closing the mail file.
  27.  
  28. >I remember reading that the POP server is faster under 3.1, but I don't
  29. >recall if I need to set a flag or not.
  30. >
  31.     3.1 Rev-B isn't faster, but Eudora's timers will be happier with it. 
  32.     It sends the response for the PASS command before it open and parses
  33.     the mailbox, a slight deviation from the RFC. (a bit of a gray area).
  34.  
  35. RFC12125.TXT
  36. >   When the client issues the PASS command, the POP3 server uses the
  37. >   argument pair from the USER and PASS commands to determine if the
  38. >   client should be given access to the appropriate maildrop.  If so,
  39. >   the POP3 server then acquires an exclusive-access lock on the
  40. >   maildrop.  If the lock is successfully acquired, the POP3 server
  41. >   parses the maildrop into individual messages (read note below),
  42. >    determines the last message (if any) present in the maildrop that was
  43. >   referenced by the RETR command, and responds with a positive success
  44. >   indicator. 
  45.     
  46.     Btw, there is nothing in the POP protocol regarding any timeout
  47.     periods.    
  48.     
  49.  
  50. >Are there any other hints for getting the best possible POP server
  51. >performance out of the Multinet POP server?
  52.  
  53.     Keep in mind the POP clients are validated via LOGINOUT.EXE.
  54.     SYLOGIN.COM and LOGIN.COM are executed as a NETWORK job.
  55.  
  56.     You'll want to 
  57.     $ if f$mode() .eqs. "NETWORK" then ...
  58.     around statments POP doesn't need.
  59.  
  60.                             Jeff 
  61.  
  62.