Hi Glyph,

The process support in Twisted is just awesome! It is well designed and robust 
across platforms. Both are _big_ things we really depend on.

And yes, the process management and monitoring in Crossbar is really dynamic: 
means, it is exposed via WAMP/API _itself_. E.g. WAMP PubSub events fire on 
process lifecycle, and processes can be managed via WAMP calls:

https://github.com/crossbario/crossbar/wiki/Management-API

Want to debug an app component running a Worker? Start Manhole within the 
process while it's running via a single WAMP call.

https://github.com/crossbario/crossbar/wiki/Management-API#manhole-1

Manhole. Another goodie of Twisted;) Love it.

In fact, I would go as far as saying: without Twisted (and Python), it would 
have been simply impossible for us to get so far - with limited dev resources.

Cheers,
/Tobias


Von: twisted-python-boun...@twistedmatrix.com 
[mailto:twisted-python-boun...@twistedmatrix.com] Im Auftrag von Glyph
Gesendet: Donnerstag, 5. Juni 2014 05:40
An: Twisted general discussion
Betreff: Re: [Twisted-Python] Announcing Crossbar.io

Congrats on launching this, Tobias!

On Jun 4, 2014, at 3:21 PM, Tobias Oberstein 
<tobias.oberst...@tavendo.de<mailto:tobias.oberst...@tavendo.de>> wrote:


Technically, Crossbar.io has a multi-process architecture with controller and 
worker processes,
which lets use scale up on multi-core. We also prepared things to add scale-out 
on multi-node.

Awesome, more people making use of the power of spawnProcess and event-driven 
process management is long overdue :-D.

-glyph
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to