Re: high throughput perl server

2005-06-19 Thread Erik Aronesty
Your server blocks on reads/accepts. It should never do a blocking read or a blocking write. It must always check for readability/writability beforehand, and if a partial write has occurred, defer the processing until the socket is ready. We really ought to look at the source/guts of ppcgid and

Re: [JOB] Perl Programmer for large-scale Apache/mod_perl development

2005-06-19 Thread Dodger
If you're unwilling to let a programmer telecommute, you're still in the dark ages, and I wouldn't want to work for you anyway. I am amazed by the technology companies that think that programming requires physical presence in the 21st century. Yeesh. -- Dodger On Mon, 6 Jun 2005, Sam Tregar wro

Re: EXEC_ON_READ configuration block directives

2005-06-19 Thread Philippe M. Chiasson
Dorian Taylor wrote: > is there a working example of a block directive implementation > available? i just tried setting one up the way > http://perl.apache.org/docs/2.0/user/config/custom.html#C_Apache2__Const__RAW_ARGS_ > says, and i'm not appearing to get my config subroutine run. I suspect some