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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to