Pool Swizzling

2004-07-23 Thread Ben Hyde
I thought somebody might find this interesting: http://www.dss.bc.ca/dx/dist/dxstore-0.2/doc/dxstore.html#SEC41 It's is a memory management abstract very similar to the one used in pools. While they don't have as nice methods for freeing pools (which they call frames); they do have

RE: Invitation to HTTPD commiters in tomcat-dev

2004-07-23 Thread Guernsey, Byron \(GE Consumer Industrial\)
Yes, its in Bugzilla as well, I've posted about 3 times here to prod some discussion and/or testing outside of our own. I was referring to a connection pool using keepalives as you mentioned below. That would show a huge improvement for my mod_proxy/rewrite rule sticky load balancing hack.

MPM with DYNAMICAL user switching?

2004-07-23 Thread Dmitry Koteroff
Hello. Perchild MPM allows to run different vhost requests under different user accounts. But: 1. It does not support Windows at all. 2. It does not support child processes dynamic creation. For example, if we have 1000 vhosts under 1000 users, this MPM tries to create

Please define canonicalize in httpd.h

2004-07-23 Thread Stas Bekman
from httpd.h: struct request_rec { ... /* XXX: What does this mean? Please define canonicalize -aaron */ /** The true filename, we canonicalize r-filename if these don't match */ char *canonical_filename; I'm asking the same question. It looks like it's only different from