Branch: refs/heads/stable
Home: https://github.com/mailru/tarantool
Commit: db6d2c844025d26cfbd7e7b89e1510eec2235a99
https://github.com/mailru/tarantool/commit/db6d2c844025d26cfbd7e7b89e1510eec2235a99
Author: Konstantin Osipov <[email protected]>
Date: 2013-01-09 (Wed, 09 Jan 2013)
Changed paths:
M doc/user/data-model.xml
M doc/user/stored-procedures.xml
M include/box/box.h
A include/lua/session.h
M include/mhash.h
A include/session.h
M include/tarantool.h
M src/CMakeLists.txt
M src/admin.m
M src/admin.rl
M src/box/box.m
M src/fiber.m
M src/iproto.m
M src/lua/init.m
A src/lua/session.m
A src/session.m
M src/tarantool.m
M test/box/fiber.result
M test/box/fiber.test
M test/box/lua.result
A test/box/session.result
A test/box/session.test
Log Message:
-----------
Implement box.session, on_connect and on_disconnect triggers.
Since connect/disconnect events in iproto run outside
fiber context, queue execution of on_connect/on_disconnect
triggers through the request queue. Generalize the request
queue for that purpose.
Implement a framework for on_connect/on_disconnect triggers
and Lua bindings for it.
Add tests and docs.
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp