|because an object name contains a set of properties that need to be |parsed and may also be a pattern which needs to be determined
right the value=name pairs |the current implementation does this eagerly at object name creation |time can we do this lazily? can't we build equality and hash on the FULL string? it strikes that the eager parsing is silly (eats up 50% of the time !!!) and only really useful in querying? Can you think of optimizations? It would really be appreciated as it would enable Bill's dream of the CORBA world really working in our JBoss implementation, the fast ON lookup and bla bla bla . Let me know if you can optimize it, please spend at least 10min thinking about it. Otherwise it sort of makes the invokers sort of useless at the JMX level. Any optimization DEEPLY appreciated, this is deep. And you are the man. marcf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
