Hi,
> 4. Which new features should be used where possible because of
>   significant performance boost ?

One thing that was changed was the way scp/sshexec works.  You can now
specify a command file/resource to read which can contain all you
commands to run in one 'transaction' on the remote server:

http://ant.apache.org/manual/OptionalTasks/sshexec.html

I've found that with scripts associated with 'deployment' or remote
copying etc, the time saved by not constantly opening/closing a secure
connection can be quite significant.(which was why it was added)

Thanks,
Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to