I'm working on some code based on the example here:

<http://perl.apache.org/docs/general/testing/ testing.html#Hitting_the_Same_Interpreter__Server_Thread_Process_Instanc e_>

but I'm not getting a value back when I call same_interp_tie.

To try to debug, I pulled the code from same_interp_tie into my code and I'm basically making this call directly and still getting nothing back:

 my $res = GET($arg_ref->{url}, 'X-PerlInterpreter', 'tie');
 my $same_interp = $res->header('X-PerlInterpreter');
 warn "value is>>$same_interp<<";

That gives me:

value is>><<

I'm basically using the stock test server, but I'm pointing to our system apache binary and running on an alternate port.

Is it possible I'm missing something in my apache binary that's preventing this from working? Any other things I can check?

Thanks,
Jim

==========================================
Jim Brandt
Administrative Computing Services
University at Buffalo

Reply via email to