- From: Anselm Baird-Smith <abaird@w3.org>
- Date: Mon, 23 Sep 1996 09:46:38 +0500
- To: "mailing list receiver" <bulk@digipub.be>
- Cc: "jigsaw" <www-jigsaw@w3.org>
mailing list receiver writes: > Hello, > > > How exactly does the attribute registry work? > > Once a resource has registered itself to the > registry, what happens then ? > I read somewhere that it keeps them in a database in > the server? Is this true? > So you could use the registry as a sort of a DBMS? No, the attribute registry is just a way of keeping resource description at runtime (what attributes they define, their types, etc). However, resource stores are some sort of database, and can/should be used as such. > When is this registry cleaned and by whom? The attribute registry is bever cleaned (it will be cleaned by the GC once I have done the appropriate changes, and once Java supports class garbage collection). The resource stores are cleaned by Jigsaw when "memory is getting low" (quotes since there is no easy mean to know when memory is getting low in Java at this point). Anselm.
Received on Monday, 23 September 1996 09:55:48 UTC