标签: logging distributed-computing rollback checkpoint
我试图为非确定性事件做回滚(例如:接收对web服务的请求)我脑子里有两种方法,一种是基于检查点,另一种是基于日志。我选择Apache Axis2平台作为我的webservice平台。