David Leangen <[EMAIL PROTECTED]> writes: > How is the performance?
I'm not sure, as I've only used the client half of it so far, so I haven't tested the URI dispatching portion. > If I use the router, will it slow things down, or will the performance > degradation be negligible? Not having looked at the implementation, I would expect that the router is going do some regexp matching, collecting match groups into variables for later retrieval, which is a little more than the conventional servlet URI prefix matching. Given the rest of the work that will likely be done in a dynamic Web application, the dispatching step is probably negligible. -- Steven E. Harris _______________________________________________ OSGi Developer Mail List [email protected] http://www2.osgi.org/mailman/listinfo/osgi-dev
