Ignore:
Timestamp:
8/4/2010 10:39:59 AM (22 months ago)
Author:
lowjoel
Message:

Be slightly more intelligent when connecting to a remote instance: connection via pipes should be instantaneous so have a timeout of 0. If we can't connect, Run will return immediately so that we won't have to keep waiting for Run to return and then we can initiate the new instance of Eraser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.Manager/RemoteExecutor.cs

    r2030 r2238  
    336336            try 
    337337            { 
    338                 client.Connect(10000); 
     338                client.Connect(0); 
    339339            } 
    340340            catch (TimeoutException) 
Note: See TracChangeset for help on using the changeset viewer.