<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Thanks Chandru. I am in process of doing prototype.<div>As underlying functionality is primarily Java(for e.g. DatabaseMBean exposes methods to get database details), how easy is to switch context from Erlang to Java and vice versa?  i guess  there won't me much latency issues.<br><br><div>Regards<BR>P<BR><br><BR></div><br><br><div><hr id="stopSpelling">From: chandrashekhar.mullaparthi@gmail.com<br>Date: Wed, 27 May 2015 07:38:25 +0100<br>Subject: Re: [erlang-questions] Using erlang instead of jmx<br>To: pdiwadkar@hotmail.com<br>CC: erlang-questions@erlang.org<br><br><div dir="ltr"><div><div>Hi,<br></div><div><br></div>Without knowing much more detail, at the very least you will get more expressive and concise code. Multithreaded Java code is not a pretty sight. At the risk of sounding like a salesman, things you will gain by using erlang in this context are:<br></div><br>- Smaller, more expressive code base <br><div>- No need to worry about GC pauses/tuning<br></div><div>- Easier troubleshooting using the runtime trace capabilities of Erlang<br></div><div>- You will enjoy your coding!<br></div><div><br></div><div>I think the best way to find out for yourself is to prototype this. You may be surprised at how quickly you can build reasonably complex systems.<br><br></div><div>cheers<br></div><div>Chandru<br><br></div></div><div class="ecxgmail_extra"><br><div class="ecxgmail_quote">On 26 May 2015 at 15:34, prasanna diwadkar <span dir="ltr"><<a href="mailto:pdiwadkar@hotmail.com" target="_blank">pdiwadkar@hotmail.com</a>></span> wrote:<br><blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">


<div><div dir="ltr">Hello all,<div>I am new to erlang and trying to learn. One of the community project i am working on involves multiple java based distributed systems. Each of these system exposes its functionality through MBeans(JMX) which runs on JBoss instances. So the entire communication happens through JMX channel.</div><div>I am trying to understand if Erlang is fit as communication layer here instead of JMX? (We don't face concurrency issues  here(except each MBean contains code containing locks,threads etc so lots of threads run on each JVM)! but will erlang make this kind of communication better or cleaner? </div><div><br></div><div>Regards</div><div>C</div>                                          </div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div></div></div>                                           </div></body>
</html>