On 12/15/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
On Dec 13, 2006, at 1:58 PM, Perrin Harkins wrote:
> However, you could also avoid the problem by running only one
> apache process.
That line got me thinking...
I wouldn't do one apache process -- i'd do an entirely new server.
Make a
On Dec 13, 2006, at 1:58 PM, Perrin Harkins wrote:
However, you could also avoid the problem by running only one
apache process.
That line got me thinking...
I wouldn't do one apache process -- i'd do an entirely new server.
Make another mod_perl server (or use a twisted python server, cos
H.
Now what am I doing wrong?
I'm trying to tie( *NEWOUT, 'Apache2::RequestIO' ); as per docs
http://perl.apache.org/docs/1.0/guide/porting.html#STDIN__STDOUT_and_STDERR_streams
but I'm getting . Can't locate object method "TIEHANDLE" via package
"Apache2::RequestIO"
I've tried i
Doh!!
Think I've solved it. I used $r instead of Apache2::RequestIO and it works.
Plus, I forgot to uniti STDOUT before tie(ing)
Now, just gotta try it on the ever reliable RHEL 1.99!
Perrin Harkins <[EMAIL PROTECTED]> wrote: Alex Beamish wrote:
> I'm going
> to seriously consider lookin