On 12/03/10 03:02, nameless wrote:
Hi at all.
I need to create a blogging system with Django+Apache+Postgresql and a
twitter-like app with Erlang+Yaws+Mnesia.

How can I execute erlang code through django views ?


Well, one option I would seriously consider would be coupling through a message queue. A particularly well-known message queue is _implemented in_ Erlang - RabbitMQ:

http://www.rabbitmq.com/

And unsurprisingly there are erlang bindings (rabbitmq-erlang-client, see also rabbitmq-erlang-client-examples for usage examples
in erlang (and its "interesting" syntax...))

And it so happens on the django/python side there are the "carrot" bindings: http://pypi.python.org/pypi/carrot/

[Carrot is in turn used by the "celery" task scheduler to do its thing. http://ask.github.com/celery/ ]


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to