Michal Szymanski [http://community.jboss.org/people/michal_szymanski] replied 
to the discussion

"JBoss Cache v3.2.1 - very BAD performance on puts"

To view the discussion, visit: http://community.jboss.org/message/547984#547984

--------------------------------------------------------------
on my laptop write performance was 2500 oper/sec but read performance was 
around 500 000 oper/sec !

+     for (int i = 0; i < 100000; i++) {
            String test = (String)appCache.get(tokenNodeFqn, "" + i);
            if (i%1000 == 0 ) {
                log.info("result=" + test);
            }
        }+

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/547984#547984]

Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to