Posted by B.r.K.o.N.j.A on 11/21/06 15:25
Bob Bedford wrote:
> Hi all,
>
> Need help on a big problem I've.
>
> Due to timeout (can't change settings or ISP...) I've to modify a script
> that read an XML document and save sent pictures on a server.
> This is a long time processing task and I get "out of time limit" every day.
>
> Now my question is: it is possible to send the encoded images (they are in
> [cdata] base 64 in XML) to an other script that will save the files on the
> server ?
>
> I mean call a script like that:
> <a href="saveimages.php?picarray=".$picarray." target="_blank">click
> here</a> but off course without the a href but an automatic call maybe in
> javascript ?
>
> Please help, I spend 5 days on this without much success.
>
> Bob
>
>
>
Maybe you could cron the script so it parses input as it arrives (let's
say every 20 minutes) - if you don't get your xml-s in big chunks but in
smaller chunks every so and so (like emails for example) that could be a
workaround...
--
B.r.K.o.N.j.A = Bionic Robotic Knight Optimized for Nocturnal Judo and
Assasination
[Back to original message]
|