Hello,

        I need to find a way to run small Lua scripts on an ARM appliance
and save data in an SQLite database.

Since the Nginx ngx_lua module is blocking and is, thus not
recommended for use with SQLite, I need to know if uwsgi/uWSGI is a
better alternative:

1. Am I correct in understanding that uwsgi is the binary file, while
uWSGI is the WSGI protocol as implemented in the uwsgi binary?

2. Does uwsgi also support the FastCGI protocol? If yes, why should I
use uWSGI instead of FastCGI to run Lua scripts?

3. How can I check if the Nginx I have installed through apt-get does
support the uWSGI protocol, since "nginx -V" only mentions
"--http-uwsgi-temp-path=/var/lib/nginx/uwsgi"?

4. On an ARM appliance to run Lua scripts + SQLite, would you
recommend Nginx + uwsgi in uWSGI mode + uwsgi-plugin-lua5.1, or some
alternative (Nginx + FastCGI, mini-httpd + FastCGI, etc.)?

Thank you.

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

Reply via email to