Previously, we were using JMS to make asyncronous calls at various points in 
our business logic.  We had message persistence configured to use a PostgreSQL 
database.

We found that our database node, which was fairly well tuned for our needs, was 
really struggling.  After some investigation, we saw that the majority of the 
CPU time on our database node was being taken up with INSERT and DELETE 
statements for JMS message persistence.  We needed an alternative, and we 
needed it quickly.

After investigating Remoting, we decided to make some changes.  We have now had 
JBoss Remoting deployed in our production environment for one month.  Our 
database node's CPU load has dropped by almost 80%.  We experienced an increase 
in the average transaction time of our entire system by over 100%!

Now, to be honest, this speaks to a few things.  We had specific needs that may 
not be applicable to all situations, and the current JMS implementation as a 
whole is regarded as something that needs some work.

However, for what we needed, in comparison to the JMS alternative, JBoss 
Remoting was far simpler to integrate into our system, resulting in greatly 
improved performance and managability.  At the risk of waxing a little poetic, 
the simplicity of JBoss Remoting gives it a genuine elegance that is often 
lacking in open source solutions currently available.

Thank you to Tom Elrod, and everyone who contributes to this project, for 
developing such a great solution.

Your friendly neighbourhood remoting fanboy,

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922762#3922762

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922762


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to