English 中文(简体)
Isolating Celery, RabbitMQ and Erlang from the system
原标题:Isolating Celery, RabbitMQ and Erlang from the system

I am developing a product which uses Celery. Due to that the product depends on RabbitMQ which depends on Erlang. Is there a way to isolate RabbitMQ and Erlang in such a way that they will be installed and used only by my application?
I don t want to be affected by the system itself and require Erlang/RabbitMQ to be already installed. I d like to have control over my dependencies.
I already know how to isolate the Python interpreter and dependencies using py2exe and I am wondering if py2exe can be used to also bundle RabbitMQ and Erlang.

最佳回答

The s no py2exe for Erlang (just 改为FAQ:) 。

如果我理解正确,而且你对档案的分离感到关切,那么你就只能读到含有Erlang和RabbitMQ的ir子,只读到从Celery开始的用户。 (尽管如此,你不得不考虑安装文字——例如,如果你把大麻贴上埃尔兰的标签——以避免用户管理名录)

Hope this helps!

问题回答

暂无回答




相关问题
How to structure files / dependencies in Visual C++ project

This is more of a design question than a C++ question. I m working on a Texas Hold Em poker game in C++. So far, I have a HandChecker module written that is responsible for determining a player s ...

draw dependency graph for a java class

Heyho, I m searching for a tool like JDepend to draw a graph for a java classfile. JDepend seams to be fine, but it s not resolving the deps from the deps (maybe I m just missing some special options?)...

How to use the -MG flag in cc 4.4.1?

I ve recently upgraded my Ubuntu installation from Jaunty to Karmic. This apparently includes an update of the GNU C compiler, because code that compiled previously no longer does. Running cc 4.4.1 (...

How to manually disable/blacklist Maven repository

In my base project I use dependency of JasperReports which has non-existent repository declaration in its pom. When I run every Maven commad there is dependency looking for commons-collection in this ...

Batch Job Dependencies Using Open Source/Free Software

I run a large data warehouse plant where we have a lot of nightly jobs running concerruently however many have dependencies on a extract or data load process before they start. Currently we use an ...

热门标签