Re: [equinox-dev] p2 repository optimization

2008-02-15 Thread Stefan Liebig
As I sad in my previous post picking the ´best´ variant (plain, packed, deltaed) of an artifact depends on the environment, i.e. type of connection, speed and memory of client machine, etc. Suppose having clients working with a GPRS connection (slower and probably more expensive) than fetching

Re: [equinox-dev] p2 repository optimization

2008-02-15 Thread Pascal Rapicault
---| |02/14/2008 06:01 PM | >--| |> | Subject: | |> >----------------

Re: [equinox-dev] p2 repository optimization

2008-02-14 Thread Tom Huybrechts
> > 4. It was mentioned in the reply below that "delta creation and > > recreation is time and space intensive, and the client should only > > download a delta in certain circumstances.." So should I expect that > > even tho I have a smaller "optimized" repository that the update of > > the ja

Re: [equinox-dev] p2 repository optimization

2008-02-14 Thread Pascal Rapicault
Sent by: [EMAIL PROTECTED] > 02/13/2008 01:54 PM > > Please respond to > Equinox development mailing list > > [image removed] > To > > [image removed] > Equinox development mailing list > > [image removed] > cc > > [image removed] > > [image removed] > Su

Re: [equinox-dev] p2 repository optimization

2008-02-14 Thread Janet Dmitrovich
[EMAIL PROTECTED] cc Subject 02/13/2008 01:54 Re: [equinox-dev] p2 repository

Re: [equinox-dev] p2 repository optimization

2008-02-13 Thread Stefan Liebig
There is already some work done in p2 but it will probably not get into p2 version 1.0. I will explain the reasons for that later. Full Delta optimization works similar as the Jar Delta Optimization except that the full delta algorithm used is a binary delta algorithm working on the byte level.

Re: [equinox-dev] p2 repository optimization

2008-02-13 Thread Pascal Rapicault
--| |> | Subject: | |> >------------------

Re: [equinox-dev] p2 repository optimization

2008-02-13 Thread John Arthorne
I have added some more detail on this to the wiki page. Both binary and class delta optimization have been implemented. There are optimizer applications available for creating these artifacts, and processors available for reassembling artifacts from deltas. Some pointers were added on the wiki.

[equinox-dev] p2 repository optimization

2008-02-13 Thread Janet Dmitrovich
On the wiki - the description for "Full Delta Optimization" is "in progress..." Is there any other information available on this? http://wiki.eclipse.org/Equinox_p2_Repository_Optimization Janet Dmitrovich WPLC Expeditor Software Development [EMAIL PROTECTED] 512-838-4912 T/L:678-4912 FAX:512-8

[equinox-dev] p2 repository

2008-02-04 Thread John Arthorne
The p2 repository URL to use for testing is: http://update.eclipse.org/testUpdates/ Note this is a different URL from our existing wiki documentation. Each of the I-builds will be pushed to this repository, and we will make sure the repository doesn't get deleted until after the test pass. ___