tildemush
tildemush copied to clipboard
call script engine handlers inside a transaction
get_data
and set_data
can have frightening race conditions and, when used, should be in a transaction to avoid leaving objects in a bizarre state.
handle_action
should use a transaction.