[Design of JBossCache] - Re: PojoCache uses a special node factory
by manik.surtani@jboss.com
Just a thought, a hash bucket approach (that I suggested to Hibernate some while back) to reduce contention on a parent node may help here as well. This may be encapsulated into an 'InternalNode' or wired manually in PojoCache code (for now, maybe).
The basic idea is that when you need to create
/_JBossInternal_/Node1
/_JBossInternal_/Node2
/_JBossInternal_/Node10
/_JBossInternal_/Node11
you actually create:
/_JBossInternal_/Bucket0-9/Node1
/_JBossInternal_/Bucket0-9/Node2
/_JBossInternal_/Bucket10-19/Node10
/_JBossInternal_/Bucket10-19/Node11
which will reduce the contention on _JBossInternal_ as a direct parent. Perhaps this is behaviour we could add (in the 3.0 timeframe?) to JBoss Cache's core Node impls, so all user data gets to benefit from this as well?
Cheers,
Manik
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999478#3999478
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999478
19 years, 3 months
[Design of JBoss jBPM] - Re: one central search page
by bazoo
Sounds good to me. One small point - personally I would prefer the menu item to be entitled "Instances" rather than "Executions". The word is slightly less technical and therefore more instantly understandable to the end user.
Regarding the two separate search pages. To keep navigation simple, how about having one menu item "Search" then two tabs, one "Tasks" another "Processes"?
Regarding starting a new process. To me that is an important operation, and deserves its own place in the main menu structure. Perhaps you would click the "Start process" menu item, which would result in a page listing all the process definitions available to be started. The user would then click a button "Start" next to the one they want. Just an idea.
Cheers
Matt
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999439#3999439
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999439
19 years, 3 months