I think the more software will esit that has it buil-in, the more easy it 
will become to build dynamically changing modular software infrastructures

I have no idea what you are trying to say there. 

Anyway, yes, it's cool, you don't worry about message delivery because it's 
completely out of your control. That's the exact problem with it though, 
message delivery is out of your control. You have no idea  if a message is 
delivered or not. You can 'queue' tons of messages, and ZeroMQ won't tell 
you that those messages didn't get delivered. It's cool, but it's not a 
silver bullet. Contrib may be a place for it though.

On Wednesday, April 10, 2013 3:06:59 PM UTC-7, Arnon Marcus wrote:
>
> I'l like to start a discussion about working-out an integration 
> implementation for ZeroMQ in web2py.
> If not as a "built-in", than at least as a "contrib". If nothing else, 
> than at the very least a recipe and/or examples, and added documentation 
> about how to activate/deploy the integration.
>
> ZeroMQ is, to me, one of the coolest things that have happened to the 
> software industry in recent decades... Gone are the days of monolithic 
> systems - open-source has changed the software world entirely, and there is 
> no going back - the days are the days of the integration,hybrid-system, 
> modularity, and variety of components, and ZeroMQ is fast becoming the 
> best candidate for filling the gaps and being the glue that can best bind 
> all things together - beyond the concept of a static-centralized message 
> broker.
> Fast, efficient, flexible, easy to use, decentralized, free, 
> cross-platform, poliglot, and for not just for messagins, but also for rpc 
> and REST (the concept, not the protocols), and not even just for 
> networking, but also for itc and ipc.
> I think the more software will esit that has it buil-in, the more easy it 
> will become to build dynamically changing modular software infrastructures. 
>  
>
> Now, the first thing that I am personally interested about, is to have a 
> 0MQ-RPC service alongside the existing services. There are already existing 
> python modules that do that, it is only a matter of picking one and 
> integrating is as just another service.
> For example:
> https://github.com/dotcloud/zerorpc-python
>
> In addition, there are initiatives for having ZeroMQ-complaint sockets on 
> the client-side.
> Here are a few examples:
> http://vimeo.com/41410528
> http://www.zeromq.org/topics:0mq-over-http
> http://blog.fanout.io/2012/09/26/make-http-requests-over-zeromq-with-zurl/
> Web2py can be another one of the frameworks that implement a ZeroMQ bridge 
> between clients and the rest of the back-end software infrastructure.
>
> What do you say?
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to