<div dir="ltr">> <span style="font-family:arial,sans-serif;font-size:13px">nodejs cluster looks no more than a simple master + workers</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">model</span><div>

<br></div><div>Yes, NodeJS cluster is simple, But IMHO it's the gravity which unifies the Nodejs ecosystem. While in Python world we only have WSGI and everyone else has its own cluster model. (Please correct me if I am wrong!)<div>

<br></div><div>btw uWSGI is awesome with its RPC capabilities thanks for all the work!</div><div><br></div><div>> <span style="font-family:arial,sans-serif;font-size:13px">If you crosslink the Flask app object and the WebSocket factory with</span></div>

<span style="font-family:arial,sans-serif;font-size:13px">each other you can shuffle data in both directions.</span></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">That's super cool. Thanks!</font></div>

<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">What I propose is officially Python endorsed cluster standard. Am I over thinking this? Or the status quo is good enough for everyone else?<br>

</font><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 19, 2014 at 7:28 AM, Tobias Oberstein <span dir="ltr"><<a href="mailto:tobias.oberstein@gmail.com" target="_blank">tobias.oberstein@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Chris Withers <chris@...> writes:<br>
<div class=""><br>
><br>
> On 18/03/2014 12:37, exarkun@... wrote:<br>
> >> Twisted Web is cool, but there's it's not as interchangeable as WSGI.<br>
> ><br>
> > Twisted Web includes a WSGI container.  You can run any WSGI application<br>
> > in it.<br>
><br>
> How easy is it to get messages from a twisted-run websocket (say<br>
> autobahn) into and from a wsgi app?<br>
<br>
</div>Here is how you run Twisted Web + WSGI container + Flask + Autobahn<br>
all on 1<br>
port:<br>
<br>
<a href="https://github.com/tavendo/AutobahnPython/" target="_blank">https://github.com/tavendo/AutobahnPython/</a><br>
blob/master/examples/twisted/websocket/echo_wsgi/server.py<br>
<br>
If you crosslink the Flask app object and the WebSocket factory with<br>
each other you can shuffle data in both directions.<br>
<span class="HOEnZb"><font color="#888888"><br>
/Tobias<br>
</font></span><div class="im HOEnZb"><br>
><br>
> (I'm not sure my question makes 100% sense, but thought I'd throw it out<br>
> there anyway...)<br>
><br>
> Chris<br>
><br>
<br>
<br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Web-SIG mailing list<br>
<a href="mailto:Web-SIG@python.org">Web-SIG@python.org</a><br>
Web SIG: <a href="http://www.python.org/sigs/web-sig" target="_blank">http://www.python.org/sigs/web-sig</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/web-sig/electronixtar%40gmail.com" target="_blank">https://mail.python.org/mailman/options/web-sig/electronixtar%40gmail.com</a><br>
</div></div></blockquote></div><br></div>