https://bz.apache.org/bugzilla/show_bug.cgi?id=66243

--- Comment #1 from Tj <[email protected]> ---
Created attachment 38377
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38377&action=edit
WIP + debug messaging

This is the current WIP I'm using to explore the issue. There are two compile
options; for per-request or per-thread tracking attempts.

Neither  work well at this point because I've been hacking the code about to
get one or the other to work. Generally, the per-thread will work *most* of the
time if the same thread handles the request and sub-requests AND the following
main request (it relies on detecting the start of a new request to reset the
tracking variables - a new thread breaks that in some cases).

Compilation is one of:

apxs -D SSI_PER_REQUEST -D DEBUG_INCLUDE -c mod_include.c

apxs -D SSI_PER_THREAD -D DEBUG_INCLUDE -c mod_include.c

I'll also attach a tar.bz2 containing the HTML files I'm using for the testing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to