no problem.  i had thought that passing a reference to a scalar to
Apache::print() provided a performance benefit:

http://perl.apache.org/guide/porting.html#Apache_print_and_CORE_print_
and page 446 of the eagle book.

from what i understand now, there is no actually no benefit to this, since
Apache::print is an XS function and it doesn't copy the argument into its
own variable.  is this correct?

anyway, thanks for mod_perl.  i've been using it for little over a year
now and it is really awesome.

> btw, thanks for the patch T.J., it is appreciated, but as discussed, we
> don't want to add more special cases for Apache::print.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to