Download List

프로젝트 설명

RTA (Run Time Access) gives easy runtime access to your program's internal structures, arrays, and linked-lists as tables in a database. It makes it easy to separate your UI programs from your daemon programs. This separation make building and testing both UI and daemon easier. When using RTA, your UI programs think they are talking to a PostgreSQL database. The PostgreSQL bindings for C and PHP work, as does the PostgreSQL command line tool, psql.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-11 05:10
0.8.0

이 릴리스 INSERT 및 삭제에 대한 지원을 추가합니다. 그것은 모든 API 루틴과 구조 "RTA"접두사를 제공합니다.
This release adds support for INSERT and DELETE. It gives the "rta" prefix to all API routines and structures.

2006-04-07 15:00
0.7.5

이 릴리스에는, 사소한 버그 수정 및 FUSE에 대한 지원을 제거 Yacc와 문법 정리.
This release cleans the YACC grammar, fixes minor bugs, and removes
support for FUSE.

2004-04-30 09:33
1.0.0

이 릴리스에는 configure 스크립트와 Windows 지원을 추가합니다.
Tags: Major feature enhancements
This release adds a configure script and Windows support.

2004-02-26 09:34
0.7.1

또 다른 매개 변수가 수정되지 않은 행 복사 콜백 점, 쓰기가 추가되었습니다. 이 경우 값은 정말하거나 변경하는 경우에는 열을 업데이 트의 일환으로 또 다른 칼럼을 변경하면 확인할 수있습니다. 지금은 열 정의에 테이블 이름을 함께 정의 테이블의 이름과 일치하는 확인입니다. 그것 필요가 없었는 콜백을 쓸 버그가 항상. rta_init 수정되었습니다 () API에서 제거되었습니다 NULL로의 열 이름을 전달되었고 그것에 처음으로 전화를 초기화 할 안전 rta_add_table ().
Tags: Minor feature enhancements
Another parameter was added to the write callback,
which points to a copy of the unmodified row. This
allows you to check if a value really changed or if the
column was changed as part of an update to another
column. It is now verified that the table name in a
column definition matches the name of the table it is
defined with. A bug in which write callbacks were
always passed a column name of NULL was fixed.
rta_init() was removed from the API as it was not
required and it is safer to do the init on the first call
to rta_add_table().

2003-08-25 13:07
0.6.0

이제 가상 파일 시스템으로 내부 데이터 구조를 마운트하려면, proc 디렉토리에 커널을 / 무슨 짓을하고 귀하의 프로그램이 가능합니다.
Tags: Major feature enhancements
It is now possible to mount internal data
structures as a virtual file system, doing for
your program what /proc does for the kernel.

Project Resources