Ticket #778 (closed task: fixed)

Opened 11 months ago

Last modified 11 months ago

트랜잭션 관리를 위한 구조체

Reported by: coolengineer Owned by: coolengineer
Priority: major Milestone: 1.6
Component: API Version: 1.6
Keywords: Cc: dev@…
Release:

Description

  • 트랜잭션을 관리하기 위한 일반적인 방법을 제공합니다.
  1. 트랜잭션을 세션에 객체로 하나 만들고, ID를 발급합니다.
  2. 발급받은 ID를 통해 자료를 저장할 수 있습니다. 자료란 mixed 타입의 변수를 발합니다.
  3. ID로 접근하면 어떤 접속의 요청에도 처음 저장한 자료를 넘겨 줍니다.
  4. 자료를 갱신할 수 있는 방법을 제공합니다.
  5. 더이상 해당 ID의 트랜잭션을 사용하지 않을 방법을 제공합니다.

Change History

Changed 11 months ago by coolengineer

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.