Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool

  Commit: 9557019d51b55234ad56663f2d41ed9957c334ba
      
https://github.com/mailru/tarantool/commit/9557019d51b55234ad56663f2d41ed9957c334ba
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-07-26 (Tue, 26 Jul 2011)

  Changed paths:
    M core/fiber.m
  M core/tarantool_lua.m
  M include/fiber.h
  M include/tarantool.h
  M mod/box/CMakeLists.txt
  M mod/box/box.m
  A mod/box/box_lua.m
  M test/box/lua.result
  M test/box/lua.test

  Log Message:
  -----------
  Lua: start adding support for box.* methods.

Add tuple print-out in yaml format, to be able to
print Lua procedures output in the administrative console.

Add box.process() function, the main callback into
box from Lua. It takes a binary packet and passes it
on to box for execution. The results of execution
are added to fiber iov vector, so we can always
just grab them and print out, which we do in the
administrative console.



_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to