Announce: rta-0.6.0 adds /proc like capability

From: Bob Smith (bsmith_at_linuxtoys.org)
Date: 08/23/03

  • Next message: Kyler Laird: "Re: modding IDE cable to write-protect compact flash?"
    Date: Sat, 23 Aug 2003 17:29:38 GMT
    
    

    Run Time Access (RTA) is a library that lets you separate
    your user interface from your daemon by giving a database
    interface and/or a virtual file system interface to your
    program. RTA can make your program's internal variables,
    structures, and array of structures look like tables in a
    Postgres database or like files in a file system. The file
    system interface is based on Fuse by Miklos Szeredi.

    Both the database and the file system interface point to
    the actual data in memory in your program. They are not
    copies of the data.

    RTA is available at http://www.runtimeaccess.com.

    Please stop by and try the on-line demo.

    Bob Smith


  • Next message: Kyler Laird: "Re: modding IDE cable to write-protect compact flash?"

    Relevant Pages

    • Announce: rta-0.6.0 adds /proc-like capability
      ... Run Time Access (RTA) is a library that lets you separate ... your user interface from your daemon by giving a database ... Postgres database or like files in a file system. ...
      (comp.os.linux.announce)
    • Re: Beginning C# Q
      ... starting out with a network app0lication, you have an awful lot to swallow. ... Designing your database is therefore, not quite the first step, particularly ... Groups table, which defines which Groups users belong to, and a Permissions ... That is why an Interface is called an Interface. ...
      (microsoft.public.dotnet.framework)
    • Re: Transaction Oriented Architecture (TOA)
      ... If one builds the application around the database view, ... The problem solution should not have to know about mechanisms like SQL query construction, optimizations like anticipatory caches, or encoding/decoding of dataset formats. ... Note that the CRUD/USER environments already provide exactly that encapsulation by providing a Data Layer that is isolated from the rest of the application through an interface. ... TOA/TOP proposes the database and its application domain stored procedures are the only persistence mechanism necessary, and that the benefits of a focused, single, data-permeable gateway between application and database far exceed the benefits of O/R mappings--regardless of abstraction--and that its lightweight appearance shouldn't be dismissed as missing heavyweight kick. ...
      (comp.object)
    • Re: Transaction Oriented Architecture (TOA)
      ... I don't think the issue is ignoring the database; it is recognizing that the database is a different subject matter applying different business rules than the problem solution. ... There is nothing to prevent abstracting the database subject matter in a classic OO manner with objects like Schema, Table, Tuple, and Query. ... I'm of the opinion that the more obvious the database (or at least its interface) is the more easily maintainable an application becomes. ... I've nothing against creating frameworks and patterns to facilitate those programming activities, but prefer the concept of a problem domain transaction to language-specific expressions mapping 1:1 with anything physically present in the database. ...
      (comp.object)
    • Re: Treads in the new 6 core CPU from Intel
      ... Why do you think six cores are "fighting" for resources? ... implications of an asymmetric I/O bus structure on file system I/O? ... Why do you think the file I/O is not taking advantage of the File System Cache? ... What, in fact, do you mean by the phrase "database ...
      (microsoft.public.vc.mfc)