User:Ravenhurst Xeno: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
New page: {{LSL Header}} == LSL Database == These programs comprise SLBase, an entirely LSL based database system. With an appropriate hashing function, it should be able to easily handle 25,000 ...
(No difference)

Revision as of 09:23, 29 March 2008


LSL Database

These programs comprise SLBase, an entirely LSL based database system. With an appropriate hashing function, it should be able to easily handle 25,000 entries and/or 1 MB of data.

The SLBase components do nothing on their own but are designed to be a basic key/value database backend for one or more client scripts. All the database component scripts and the client scripts are contained within a prim and the client script(s) communicate with the database through llMessageLinked().

There SLBase has several different components:

       DB
       This is the core database module. It can be used standalone 
       by a client script or ganged together through DBMeta.