Hi, I just discovered uWSGI and immediatly start to experiment with
Erlang nodes.
Following
http://projects.unbit.it/uwsgi/wiki/ErlangIntegration
I was able to send messages to erlang nodes, but
not to receive erlang messages.
I'm sure that I'm missing something --- well I simply don't know what to do
after
import uwsgi
def erman(arg)
print "received an erlang message"
print arg
uwsgi.erlang_func = erman
I'm using nginx and latest stable uWSGI.
TIA
--
luigi
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi