Introduce filter method 'start'
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Jul 2010 07:12:30 +0000 (09:12 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Jul 2010 07:12:30 +0000 (09:12 +0200)
commit74d5524719194de5dc96abd552562fa473088677
tree5aef3b9170bac2944cee71bc4fbd5c18f6f3a6b2
parent31977dc8d6996d2de009d62739ee5f688ba77504
Introduce filter method 'start'

Method 'start' can do initialization for a filter . It is
called after fork and is good for creating threads etc. Doing
that for method 'configure' is bad (threads are stopped when
fork occur).
include/metaproxy/filter.hpp
include/metaproxy/router.hpp
src/filter.cpp
src/filter_session_shared.cpp
src/filter_session_shared.hpp
src/metaproxy_prog.cpp
src/router_chain.cpp
src/router_chain.hpp
src/router_flexml.cpp
src/router_flexml.hpp