please disregard this: [bug] PerlSendHeader On doesn't parse octal\r\n

2001-03-31 Thread Stas Bekman
shame on me, at some point I've commented out perlsendheader on :( everything is fine... sorry about that... must be a jetlag On Sat, 31 Mar 2001, Stas Bekman wrote: > While verifying the correctness of the example in the book: > > print "Content-type: text/plain\012\015\012\015"; > > (whi

[bug] PerlSendHeader On doesn't parse octal \r\n

2001-03-31 Thread Stas Bekman
While verifying the correctness of the example in the book: print "Content-type: text/plain\012\015\012\015"; (which is the only truly correct way to send headers without using Apache Perl API according to HTTP RFC) with PerlSendHeader On (registry) I've learned that the parsing code fails to

Re: Shared memory between child processes

2001-03-31 Thread Jay Lawrence
Andrew, Also check out IPC::Shareable. This allows you to tie variables to shared memory segments and allow for safe concurrant access. You can use Apache::Session to maintain state information across all child processes as well. If you use the Apache::Session::IPC then you're going to be using