Brian McCallister wrote:
> On Sun, Feb 8, 2009 at 5:05 PM, Brian McCallister <bri...@skife.org> wrote:
>> On Sun, Feb 8, 2009 at 4:59 PM, Paul Querna <c...@force-elite.com> wrote:
>>
>>> r742218 adds conn_rec::current_thread, and implements support for it on
>>> all the common Unix MPMs.....
>>>
>>> It turns out its really hard to use the request_rec in the MPMs, but yet
>>> again its in trouble of where we draw the lines between MPMs and
>>> everything else.
>> conn_rec is thread safe relative to the request_rec, so has same effect :-)
> 
> Actually, is this a true statement?

Yes, a request_rec always has the same conn_rec, a conn_rec might just
be referenced from multiple request_recs, but requests are always
executed in serial on a single connection.

Reply via email to