So, sounds like if we wanted to FIFO process work as it enters the cache we'd have to roll our own.
Maybe by keeping track FIFO order in another node as you do for FIFO eviction and use it as our key structure to retrieve the nodes in the correct order. Something like that? Is adding FIFO ordering to Nodes on any upcoming roadmaps? This would be a big piece of our system. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211840#4211840 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211840 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
