lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello everyone,

I'd like to announce a project that you may find interesting that embeds the Lua VM (currently only LuaJIT) in the Ceph distributed object storage system [1], allowing dynamic object interfaces to be created, that can take advantage of the transactional context that operations run in. This can be used to build some interesting applications, as described in a post from this morning:

   http://ceph.com/rados/dynamic-object-interfaces-with-lua/

[1] http://ceph.com

- Noah