Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3663

Show
Ignore:
Timestamp:
06/22/08 22:16:00 (3 months ago)
Author:
kris
Message:

fixed comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/net/SocketPool.d

    r3660 r3663  
    2323/******************************************************************************* 
    2424         
    25         A pool of socket connections for accessing cluster nodes. Note  
     25        A pool of socket connections for accessing remote servers. Note  
    2626        that the entries will timeout after a period of inactivity, and 
    2727        will subsequently cause a connected host to drop the supporting 
     
    128128                one iteration, where the current attempt fails. 
    129129 
    130                 We return true if the cluster node responds, and false 
    131                 otherwise. Exceptions are thrown if they occured on the  
    132                 server.  
     130                Returns true on success, false otherwise 
    133131                 
    134132        ***********************************************************************/