Just a short while ago, Slava Bizyayev died unexpectedly. Slava contributed
several modules to CPAN, including the popular Apache::Dynagzip compression
filter for mod_perl. Dan Hansen, a close friend of Slava, wrote a memorial
notice and asked that we share it with the Perl community. As a close
co
Apache2::JSONRPC and CGI::JSONRPC have entered CPAN:
http://search.cpan.org/~crakrjack/CGI-JSONRPC-0.01/
It is an attempt to leverage the jsonrpc protocol (http://json-rpc.org) in
an object-oriented perl environment. It obeys the JSONRPC spec, with a perl
twist:
* All requests pass the n
Reinveting the wheel its in my nature to understand things :-)
Hope that all anwsers are in chapter 13 (good number).
Thanks Geoffrey for all this explanations.
cheers
Younes
Geoffrey Young a écrit :
in the future please keep responses on list :)
yperl wrote:
Geoffrey Young a écrit :
in the future please keep responses on list :)
yperl wrote:
> Geoffrey Young a écrit :
>
>>
>> I find myself wondering if you're trying to set the cookie in one
>> phase and
>> read it from the PerlResponseHandler _during the same request_?
>>
>
> Yes. Is that usage not recommended?
> Nothing
[EMAIL PROTECTED] wrote:
> Hi Folks!
>
> As usual, I'm facing another problem. I'm playing with APR::* module like
> you suggested me (Fred, ) in your first email.
>
> I successfully send a cookie using APR::Request::Cookie (like described
> in the doc), but I did't know how to read that cookie
Sorry, the mail went out with a wrong subject.
=
My Apache is Apache/2.0.55 (Unix) Embperl/2.1.0 mod_perl/2.0.2
Perl/v5.8.7 on Solaris.
Somehow, the errordocument shows only once per child. I use prefork,
so, if I have 8 children at the time, after each of the 8 children
showe
I have an odd problem and would like to have advice. I posted it to alt.apache.configuration
but only got an advice to submit it as a bug. I'd appreciate any help.
My Apache is Apache/2.0.55 (Unix) Embperl/2.1.0 mod_perl/2.0.2
Perl/v5.8.7 on Solaris.
As usual, I'm facing another problem.
I'm playing with APR::* module like you suggested me (Fred, ) in your
first email.
I suggested a few different methods, this this just the one I use. As
Perrin pointed out in a different thread a few days ago, the performance
gain of this module is overs
Hi Folks!
As usual, I'm facing another problem.
I'm playing with APR::* module like you suggested me (Fred, ) in your first
email.
I successfully send a cookie using APR::Request::Cookie (like described in the
doc), but I did't know how to read that cookie from a PerlResponseHandler.
I've foun