Re: op=rdf with large number of mp3 files (12,000)

Robert Sherwood <[email protected]> 12 Mar 2003 19:29:39 -0500
Newsgroups gmane.comp.apache.mod-mp3
Message-ID <[email protected]>
On Wed, 2003-03-12 at 12:30, Brian Aker wrote:
> You might want to put in a line of code to call flush every so often in the loop to force the
> issue.

Thanks for the advice. I've identified what I believe to be the
appropriate function (mp3_rdf_handler) in mod_mp3.c Forgive my ignorance
of the apache api, but should line 394 of mod_mp3.c:

                ap_rflush(r);

Flush every track after constructing it?

I'm examining the code in more detail now.

Thanks,

Robert Sherwood