xdelta: OK so I've been thinking

What features/apps/bugfixes needed in a future Puppy
Post Reply
Message
Author
aarf

xdelta: OK so I've been thinking

#1 Post by aarf »

right so now we got libraries full of iso files and an application that calculates differences.
so what we need is an on-line application that calculates the required differences from user inputs of request, with md5sums also calculated and available for download. perhaps also saves the calculated requests for further request use. i.e we want to automate the difference and md5sum calculation process. anyone up for it?
we have offers of capable hosts.

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#2 Post by Aitch »

sounds great.....

but way over my head, sorry

though I just may be able to use it, if anyone does.... :wink:

Aitch :)

aarf

#3 Post by aarf »

Aitch wrote:sounds great.....

but way over my head, sorry

Aitch :)
the front end web part and database management is easy.
the part that i haven't attempted is passing web input variables to a puppy application then executing things in puppy and then returning the output/addresses to the web from within puppy. anyone got an example php script and bash code?, or at least anyone know if it is possible?

aarf

#4 Post by aarf »

I've been thinking some more. sorry,I dont mean to do it it just happens:
write the user request to a file and have a cron job that reads the file and does the xdelta business every X minutes. advise the requestor to come back and check for the requested file in (X + n x Delta) minutes.
havent done cron jobs before but this what understand is possible.

Post Reply