On Wed, Dec 14, 2011 at 12:10 PM, Venelin Petkov
<petkov.vene...@gmail.com>wrote:

> Hi,
>
>   I was testing the new WebUI, and while it is at a very early stage,
> it looks promising. Unfortunately it seems to be very tightly
> integrated into Shinken itself, being a broker module, so I was
> wondering if there are any ideas (roadmap?) about decoupling it from
> the framework. One of the most successful production setups for
> python-based web applications is Apache with wsgi (Django anyone?), so
> it might be worth pursuing that objective. Any comments are welcome.
>
>
> Best regards,
> Venelin Petkov
>
 Hi,

I think it won't be possible. The UI is a broker module, and it's getting
"broks" (data part) from a Python queue like all other external modules
from the broker. This allow us to get "real" objects into the WebUI memory,
and so we don't need any queries. This allow us quick dev and we are able
to get a UI that is still usage with a 120K objets configuration. But it
also means that it need this Queue thing, and it's not sharable with
external process, only the one the Broker launched :(


Jean
------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to