<div>Hey,</div><div><br></div><div>I am new to <span class="" style><span class="" style>XMPP</span></span> and new to event based(Asynchronous) programming , hence I need guidance in structuring my <span class=""><span class="" style>XMPP</span></span> based application.</div>
<div><br></div><div>We are building a real time location based service where <span class="" style><span class="" style>XMPP</span></span> forms the communications framework. The plan is to use <span class="" style="background-color:yellow"><span class="" style>pubsub</span></span> functionality to get the <span class="" style="background-color:yellow"><span class="" style>geolocation</span></span> from various users. The business data, including co-ordinates is persisted in MySQL database. </div>
<div><br></div><div>The business logic layer connects to the <span class="" style><span class="" style>XMPP</span></span> server as a Component. One of the tasks of the business logic component is also to store the data in the database.</div>
<div><br></div><div><b>Here's the question</b> - Should I have to structure my business logic application using an event based framework such as Twisted to take the advantage of the concurrent connection capability of <span class="" style><span class="" style>XMPP</span></span>? </div>
<div><br></div><div>To put the question in other words, if I design my business logic on <span class="" style><span class="" style>django</span></span> framework, which is a synchronous framework, will it create bottle neck for rest of the system? If <span class="" style><span class="" style>django</span></span> doesn't work efficiently, should I use Twisted (or a similar asynchronous framework) to build my business logic component? </div>
<div><br></div><div>Forgive my <span class="" style="background-color:yellow"><span class="" style>noob</span></span>-<span class="" style="background-color:yellow"><span class="" style>ness</span></span> in the question. As mentioned earlier, this is my first foray into <span class="" style><span class="" style>XMPP</span></span> and event based programming.</div>
<div><br></div><div>Any suggestions on general architecture to build components for <span class="" style><span class="" style>XMPP</span></span> based applications are most welcome. </div><div><br></div><div><br></div><div>
regards,</div><div><span class="" style="background-color:yellow"><span class="" style>andy</span></span></div>