> 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 ? >
https://github.com/unbit/uwsgi/commit/882cdcc2b61f1c3767e4a3dbab96548bc8e246aa the patch adds a --plshell too based on Devel::REPL -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
