Pablo Polvorin

Results 5 comments of Pablo Polvorin

Hello, thanks for your time!. IMHO, for pulling events one-by-one, more intrusive changes are needed, as would imply that wrapCallback/2 could return the control to the caller (instead of only...

Thanks, will check the ngx_lua code, I don't really know about the luac interface, so will need to learn that first. Probably will find time to work on this on...

I started with the binddata() and getbounddata(), on https://github.com/ppolv/lua-nginx-module/commit/3d0bbed92f73571aa79474d4ea416b22a9bffbd8 Not really sure if I'm writing the tests correctly, specially to check if I'm freeing the data correctly when the sockets...

ok, not sure how to do that actually :) like with a c-side tree | linked list?. Will not touch that for now, will try to continue work on mysql...

Yes, was forcing only string keys, but indeed that was just arbitrary. Will remove it and create the pull request this week, thanks!.