Hi,

I'm trying out the lua plugin. I'd like to yield in my handler until
an fd polls readable.
I can happily call `uwsgi.wait_fd_read(myfd, mytimeout)`, but this
doesn't actually **do** the waiting.
Looking at the python bindings, it appears you're meant to call
`uwsgi.suspend()` after you set-up your fds.
However, `uwsgi.suspend()` doesn't seem to exist in the lua bindings.
https://github.com/unbit/uwsgi/blob/d08275ea1264e9da1f7bbff10996c416222a420a/plugins/lua/lua_plugin.c#L2080
is the list of functions exposed.

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

Reply via email to