[Persistence, JBoss/CMP, Hibernate, Database] - Re: Demand Size increases
by paradisonoir
Thanks for your feedback, I hope that I can clarify them better.
anonymous wrote : It's not clear how you measure your object.
Well, that was one of my main questions how I can that. During my investigations, I became interested in knowing how Jboss folder-mainly the built-in database- changes its size as I add number of demands. Therefore, I measured the size of our Jboss folder before and after of each test case. For example, after sending 300 JMS object messages from a demand generator, we saw that our Jboss folder 2129k.b change of size. Then by assuming equation (2129/300 = 7.10k.b), each demand could be 7.10k.b.
I am not sure if this assumption can be correct or not as it is part of my question.
anonymous wrote :
| Messages/sec... size of those objects? what are those?
I explained the size of those objects, but for the number of messages, we have two nodes of generators and workers. Generators generates demands (JMS object messages) and workers process them and return their results. In this test case, our generator initiates and sends out 300 demands.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149617#4149617
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149617
17 years, 11 months
[Security & JAAS/JBoss] - SSL Ciphers
by simvtran
OS: Linux
Test1: JBoss-4.0.2 with jdk 1.4
Test2: JBoss-4.3.0-eap with jdk 1.5
I tested both setup and SSL ciphers for 256-bit was not seen by the security scan. I currently have the following SSL ciphers in the server.xml file:
ciphers="SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA"
When the server is scanned, the 128-bit is picked up. However, when I change it to use 256-bit, the scan doesn't see the 256-bit. What do I need to use the 256-bit ciphers? Are there any other ciphers I am missing, beside the anonymous ciphers?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149601#4149601
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149601
17 years, 11 months