You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2004/09/24 14:07:07 UTC

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp FTPClient.java

rwinston    2004/09/24 05:07:07

  Modified:    net/src/java/org/apache/commons/net/ftp FTPClient.java
  Log:
  PR:31122
  Added documentation pointer to setReaderThread(false) and the BugZilla entry
  
  Revision  Changes    Path
  1.41      +5 -0      jakarta-commons/net/src/java/org/apache/commons/net/ftp/FTPClient.java
  
  Index: FTPClient.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/src/java/org/apache/commons/net/ftp/FTPClient.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- FTPClient.java	15 Sep 2004 02:24:04 -0000	1.40
  +++ FTPClient.java	24 Sep 2004 12:07:07 -0000	1.41
  @@ -204,6 +204,11 @@
    *       //expensive FTPFile objects not created until needed.
    *    }
    * </pre>
  + * <p>
  + * NOTE: If you experience problems with unwanted firing of <pre>setSoTimeout()</pre> 
  + * during periods of client inactivity, this can be alleviated by calling <pre>setReaderThread(false)</pre>.
  + * For more details, see <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=31122">this thread</a>. 
  + * </p>
    * <p> * @author Daniel F. Savarese
    * @see FTP
    * @see FTPConnectionClosedException
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org