Page 1 of 1

xdelta: OK so I've been thinking

Posted: Tue 09 Feb 2010, 03:15
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.

Posted: Sun 14 Feb 2010, 21:39
by Aitch
sounds great.....

but way over my head, sorry

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

Aitch :)

Posted: Mon 15 Feb 2010, 04:10
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?

Posted: Mon 15 Feb 2010, 12:38
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.