Ask a Question related to PHP Development, Design and Development.
-
Phil Roberts #1
Re: Processing large number of xml files
With total disregard for any kind of safety measures "Magna"
<dsalang@hotmail.com> leapt forth and uttered:
PHP does not support threading natively, although there is an> I have an app that processes a large number (over 300) xml files
> that are remote via http. It works fine if there are less than
> 100 xml files, but when it gets above that, it starts to hit the
> 30 second timeout. Bandwidth and processor is not an issue on
> either end, but it's a latency issue. So what I would like to
> do is spawn multiple independent threads so that it can grab
> multiple files at the same time and process them into mysql.
>
> Is this even possible? I couldn't seem to find a function that
> would allow me to do it. If not, anybody have any ideas on
> speeding up gathering xml files remotely?
>
>
>
experimental threads extension in development.
You can increase the script timeout limit using set_time_limit()
--
There is no signature.....
Phil Roberts Guest
-
Illustrator CS files with large linked files results in large file size
If I place a large linked Photoshop 7 file (.psd or.eps), say 36 MB, in Illustrator CS and save without embedding the file it takes ages to save and... -
Printing Commas in Large Number
I have some very large numnbers EX. 1234567890. I'd like to print the number with commas. EX: 1,234,567,890. I didn't see anything builtin in printf... -
Script "terminates" when processing large numbers of files
Hi, I'm running a script that reads through large numbers of html files (1500-2000 or so) in each of about 20 directories, searching for strings in... -
Processing file input for large files[100+ MB] - Performance suggestions?
I am wondering if anyone could suggest come performance improvements for processing a very large file. THe processing taking place here is on... -
Processing an unknown number of POST variables to a DB
Hi.. I'm having a problem trying to figure out the best way to process a POST and add items to my database, and hope someone can help me... :) ...



Reply With Quote

