Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
OpenResty support for IBM Websphere MQ and DB2
rohit.c.joshi
Hello,
I am working on creating a high performance REST API platform and planning to use OpenResty because of my love with LuaJIT and Nginx. Our existing platform uses Java/spring and Weblogic application server and IBM WebSphereMQ and DB2 as backend servers.
I am thinking to use LuaDBI for DB2 backend and probably need to write LuaMQ module using LuaJIT FFI as no lua module is available for MQ.
Any suggestion would be appreciated.
Thanks,
brian
LuaDBI is synchronous (at least the last time I looked) and would block the nginx event loop.
rohit.c.joshi
Ya, looks like it's going to be too much work as need to start from scratch.
On Tuesday, 29 April 2014 11:48:10 UTC-4, Brian Akins wrote:
LuaDBI is synchronous (at least the last time I looked) and would block the nginx event loop.