Re: apreq - apr-util

2006-07-28 Thread Jeffrey Horner
://biostat.mc.vanderbilt.edu/RApacheProject I welcome any collaboration that could further the idea of distributing libapreq with apache httpd (just as apr and apr-util are distributed with httpd) or even melding libapreq into apr-util. -- Jeffrey Horner Computer Systems Analyst School of Medicine

R/Apache Integration Project

2005-08-02 Thread Jeffrey Horner
. The install has the option of either installing the bundled version or linking to another version already installed. Comments, criticisms welcome. Thanks go to Joe Schaefer for his help spool files and bundling. -- Jeffrey Horner Computer Systems Analyst School of Medicine 615-322-8606

Re: Generated spool file okay to copy after parse?

2005-07-08 Thread Jeffrey Horner
this cost with a 500Mb file. My next idea is to create a hook to siphon off all the brigades for file params and write to the tmp files myself. This way, I'm using the libapreq api and not presuming what the internals do... How's that sound? -- Jeffrey Horner Computer Systems Analyst

Re: Generated spool file okay to copy after parse?

2005-07-08 Thread Jeffrey Horner
the heap buckets. Regardless, since libapreq already exposes the spool bucket file via the api call apreq_brigade_spoolfile(), plus the fact the the Perl glue uses it, I think it's a safe bet that the api will support some sort of access to the tmp file created in the future. -- Jeffrey Horner