hello,

I am trying to implement a new layer for Apache http server. It means i will insert a new layer between tcp and http protocol and accordingly the Apache will listen to the connection from this layer instead of tcp layer, creating the socket. This funcitonality works correctly if i set up a proxy for Apache. What i want to do is integrate this proxy functionality into apache. Now the problems i have encountered is that: because Apache uses pool to handle memory management, while all my api and code in proxy doesn't use pool.... Does it mean that i have to rewrite all of previous code to use pool management? It will be really huge job... Is there some compromised way to handle?
Any suggestion will be greatly appreciated. Thanks a lot in advance.

br
frankie

_________________________________________________________________
与联机的朋友进行交流,请使用 Live Messenger; http://get.live.com/messenger/overview

Reply via email to