1 Sep 01:05
Re: Tomcat-Lite - part 1
Remy Maucherat <remm <at> apache.org>
2008-08-31 23:05:03 GMT
2008-08-31 23:05:03 GMT
On Sat, 2008-08-30 at 20:44 -0700, Costin Manolache wrote: > > > - Valves/LifecycleListeners versus plain Filters and listeners > > > > Personally, I think the strong type barrier between userland and the > > container is nice. > > > > Access to low-level container objects ( which is the 'barrier' you mention ) > has many > benefits, there is no doubt that the new model won't fit all cases and can > be slower. > > But I think it's good to explore the 'lazy' choice as well - people can and > do write all > kind of filters for auth, custom session management, etc - and for many the > lower > barrier does matter. Making it easier to integrate those plain filters into > the container > has tons of benefits - some may be converted to Valves ( in 'regular' > tomcat) if needed. No problem with that. > > I am interested to look at the code like the proxy, and see if what it > > can do. > Unfortunately SelectorThreadApr is not up-to-date, it shouldn't be hard but > it's lower priority for me. You can get an idea from SelectorThreadNio. > I didn't implement the POST side of the proxy yet(Continue reading)
RSS Feed