You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Trustin Lee <tr...@gmail.com> on 2006/02/10 03:57:03 UTC

Re: MVN deploy is awfully slow

Try to replace scpexe: to scp:.  It's slightly faster.  BTW does anyone know
why we're using scpexe instead of scp?

HTH,
Trustin

2006/1/31, Ersin Er <er...@gmail.com>:
>
> Yes, it seems that even uploading a single pom.xml is taking more than
> tens of seconds (and sometimes even more than a minute and blocks
> finally).
>
> On 1/30/06, Emmanuel Lecharny <el...@gmail.com> wrote:
> > Ersin Er a écrit :
> >
> > >I had the same experience. But I may deploy them now while I have a
> > >good connection here.
> > >
> > >
> > It's not a connection pb...
> >
> > Btw, here is the exact delay I have :
> >
> > [INFO]
> >
> ----------------------------------------------------------------------------
> > [INFO]
> >
> ----------------------------------------------------------------------------
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> >
> ----------------------------------------------------------------------------
> > [INFO] Total time: 76 minutes 4 seconds
> > [INFO] Finished at: Mon Jan 30 14:49:19 CET 2006
> > [INFO] Final Memory: 14M/30M
> >
> >
> >
>
>
> --
> Ersin
>



--
what we call human nature is actually human habit
--
http://gleamynode.net/
PGP Key ID: 0x854B996C

Re: MVN deploy is awfully slow

Posted by Alex Karasulu <ao...@bellsouth.net>.
Alan D. Cabrera wrote:

> On 2/9/2006 7:22 PM, Alex Karasulu wrote:
>
>> Trustin Lee wrote:
>>
>>> Try to replace scpexe: to scp:.  It's slightly faster.  BTW does 
>>> anyone know why we're using scpexe instead of scp?
>>
>>
>>
>> It seemed to be more stable across platforms.
>> Alex
>
>
> It also seems to be the only thing that works for putty on windows.
>
Right I seemed to have forgotten that fact ... I just could not get scp 
working on all platforms.  scpexe works across the board. 

Alex

Re: MVN deploy is awfully slow

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
On 2/9/2006 7:22 PM, Alex Karasulu wrote:

> Trustin Lee wrote:
>
>> Try to replace scpexe: to scp:.  It's slightly faster.  BTW does 
>> anyone know why we're using scpexe instead of scp?
>
>
> It seemed to be more stable across platforms.
> Alex

It also seems to be the only thing that works for putty on windows.


Regards,
Alan




Re: MVN deploy is awfully slow

Posted by Alex Karasulu <ao...@bellsouth.net>.
Trustin Lee wrote:

> Try to replace scpexe: to scp:.  It's slightly faster.  BTW does 
> anyone know why we're using scpexe instead of scp?

It seemed to be more stable across platforms. 

Alex