[Swift-commit] r4079 - SwiftApps/SwiftR/Swift/man

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Feb 10 08:42:13 CST 2011


Author: tga
Date: 2011-02-10 08:42:13 -0600 (Thu, 10 Feb 2011)
New Revision: 4079

Modified:
   SwiftApps/SwiftR/Swift/man/swiftapply.Rd
Log:
Corrected documentation to correctly explain tiemout behaviour for swiftInit


Modified: SwiftApps/SwiftR/Swift/man/swiftapply.Rd
===================================================================
--- SwiftApps/SwiftR/Swift/man/swiftapply.Rd	2011-02-10 14:36:10 UTC (rev 4078)
+++ SwiftApps/SwiftR/Swift/man/swiftapply.Rd	2011-02-10 14:42:13 UTC (rev 4079)
@@ -76,7 +76,9 @@
 }
   \item{timeout}{
     If provided, swiftapply will return if a response is not received by
-    the swift server in the specified time window in milliseconds.
+    the swift server in the specified time window in milliseconds. The timeout
+    applies to two time intervals: receiving an acknowledgement from the swift
+    server that the request was received, and receiving the final result.
     
 }
   \item{quiet}{




More information about the Swift-commit mailing list