Hello,

Il 21/10/2013 16:31, Alain Meunier ha scritto:
Hello,

Is it possible to make two python applications to communicate without using "os" or 
"subprocess" modules ?

I would like to be able to pass arrays really efficiently and, maybe uwsgi could 
help supporting multiple versions of python involved in the global app ( -> 
gevent is to be used only with python 2.7 whereas the rest of my app is py3k.)

  Look at vert.x, it does that, but I prefer uwsgi over it.

Any clue ?

rpc maybe?

http://uwsgi-docs.readthedocs.org/en/latest/RPC.html

hth,
riccardo
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to