On Thu, Feb 3, 2011 at 10:59 AM, Roberto De Ioris <[email protected]> wrote: > use the ip based name > > uwsginode@ip > > simple name are not supported and you will need to do the same in the erlang > part: > > erl -name erlnode@ip -setcookie .... This is ok
$ uwsgi -s 127.0.0.1:38079 --erlang [email protected] --erlang-cookie cookie_dispatcher -p 2 -w erlang-recmsg So, (if I understand correctly) uwsgi -> erlang it's ok with short names (I've cheked this) & long names but erlang -> uwsgi works only with long names. and an erlang short node name cannot communicate with an erlang long node name. Now, I cannot use long names, so I believe that I still miss a piece here but, if I understand correctly, another erlang short node name can always send a message to nginx by http, and the uwsgi can route this message correctly . -- luigi _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
