Re: ssh exec overhead

From: all mail refused (elvis_at_notatla.org.uk)
Date: 07/29/04

  • Next message: Thomas: "Re: How to automate a ssh login?"
    Date: 29 Jul 2004 20:23:58 GMT
    
    

    In article <Pine.LNX.4.60.0407291309370.27587@unhtugznvy.pbz>,
    Linux Doctor wrote:

    >I'm using ssh to invoke a command on a remote machine. ...

    >Given that we may rapid-fire these commands from within shell scripts, I
    >fear the .3 second ssh overhead may cause delays, or even backlog.
    >
    >Is this delay typical via ssh? Is there a way to avoid it and still
    >use ssh?

    This is typical in my experience (I normally use DSA keys).

    Can you batch multiple commands into a single ssh session ?
    Maybe with a tunnel ?

    -- 
    Elvis Notargiacomo  master AT barefaced DOT cheek
    http://www.notatla.org.uk/goen/
    

  • Next message: Thomas: "Re: How to automate a ssh login?"