rbb@locus.apache.org writes:
> rbb 00/10/12 22:35:58
>
> Modified: src CHANGES
> src/ap ap_buckets.c ap_buckets_eos.c ap_buckets_file.c
> ap_buckets_heap.c ap_buckets_mmap.c
> ap_buckets_pipe.c ap_buckets_simple.c
> ap_buckets_socket.c
> src/include ap_buckets.h
> src/main http_core.c http_protocol.c util_filter.c
> src/modules/experimental mod_charset_lite.c
> src/modules/standard mod_include.c
> Log:
> Remove all function pointers from the ap_bucket type. These function
> pointers are replaced with a global table that allows modules to register
> their bucket types. Those bucket types are then allowed to be used in
> the server processing. This also required removing all direct calls to
> those functions. The ap_bucket type has an index into an array, so in
> each ap_bucket_* function, we use that index to find the correct set of
> functions.
What is the purpose of this? We just got even slower.
--
Jeff Trawick | trawick@ibm.net | PGP public key at web site:
http://www.geocities.com/SiliconValley/Park/9289/
Born in Roswell... married an alien...
|