Hello,
I'm writing a perl app which needs to make rpc call to another app.
Both are controlled by uWSGI.
But there is no rpc() sub in psgi plugin, only call() which is quite similar but local. So, I have to use uwsgi_rpc from Net::uwsgi package inside uwsgi application.

Is it possible to add XS(XS_rpc)  in plugins/psgi/uwsgi_plmodule.c ?


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

Reply via email to