From: Zoran V. <zv...@ar...> - 2005-06-17 10:30:24
|
Am 17.06.2005 um 11:45 schrieb Zoran Vasiljevic: > > Am 17.06.2005 um 10:07 schrieb Stephen Deasey: > > >> >> Yeah, looks like a mult-stage project. >> >> > > I see that quite a lot of plumbing must be done > to get this working. We must keep the Sock for > the request in the Request structure for later > use by the Ns_ConnContent. Also, the Conn > structure must be expanded for tracking the mmaped > file... This is just a first glance... > > I see I'd have to go thru the whole request processing > machinery and understand all pieces in order to fit-in > this change... Ok, the Conn already tracks the sockPtr so we must not modify the Request struct (if i see this correctly). Still digging (electronic archeology) the code :-) I' was not that often in those areas of the code... Zoran |