AnonymisationLayer·ByzantineAgreement·CodingStyle·DOM·DVM·DigitalRightsManage·HTTPS·JFWVirtualMachines·KommunikationsInfra·LtU·MIME·ProgrammingLanguage·RPCisBrokenByDesign·RScheme·SELECT·SQL·SSL·SXML·StorageAdaptor·TODO·TUNES·XML·XSLT
AskemosAbout·AskemosDesign·PerformanceConsiderations·test

LLD

Low Level Design - Implementation Decisions

Architecture

Askemos Application Layer
communicating persistant processes (the places of Askemos)
persistent storage (plugin framework)
protocol: byzantine agreement (over HTTPS plugin)
notations (opaque data, XML, MIME plugin frame)
functions (Scheme, pattern matcher, XSLT, etc.)
tree data model
RSchemeChicken (incomplete)...
optional, recommented encryption layer (SSL/HTTPS)
optional anonymisation layer

Details

  1. http://www.openspice.org/ seems interesting; came quite late, I'll see once I've got some free time again
  2. The Askemos server is similar in structure to the "proposed" xml management system here (german) and transmorpher: http://transmorpher.inrialpes.fr/ .

  3. The TUNES [[http://tunes.org/new/HLL/architecture.html|architecture]] provides further information of the internal structure.
  4. CodingStyle How to make sure that it will not stink http://www.chc-3.com/pub/beautifulsoftware.htm
  5. Why Scheme instead of Java, C, C++, Perl, Python...?

    Scheme pretty good as an abstract virtual machine (as opposed to a concrete and never will be ideal vm). It has been found feasible to implement a distributed virtual machine using a pure functional subset of Scheme for restartable calculations and synchronise assignement.

    Thanks to Richard Fateman for this article don't miss the LtU-article, where I found it. TODO remove the rubbish talk here instead of a consise sentense pointing to http://scala.epfl.ch/docu/rationale.html , http://www.rescomp.berkeley.edu/~hossman/cs263/paper.html (for the desires and downsides) http://www.italianacademy.columbia.edu/pdfs/lectures/eco_dream.pdf (for the background, why there are so many useless language wars) http://cm.bell-labs.com/cm/cs/who/wadler/steele-oopsla98.pdf (for introduction of the way to avoid the lock in) and LtU for all the know how.

  6. XML modelling We are still looking for a XML parser and XSLT implementation, which could be easier reused or translated than rolling our own (from 1998) any further. Those evaluated implement something like the DOM? (as static data structure), which is the worst idea since adam eat the apple. (TODO evaluate chances to useXerces+Xalan from http://xml.apache.org/ ). Because a DOM? tree can not be created (as a single object) without side effect, the model simply does not meat the quality standards set for Askemos. This is actually a real drawback for DOM? based software. If there is a huge part of the tree, which should be reused in another tree, the whole part must be copied (thereby creating a redundancy and update problem) instead of sharing the structure. There is however hope, because we can provide a "virtual DOM?" consiting of several objects to provide the same information.

    Furthermore we need a language, which lets us manipulate complex data structures and XML directly, both manual and computational. This calls for a mixture of literal XML syntax '''and''' SXML, pattern matcher and functional transformers. (See also Gregory V. Wilson on the topic.) SQL? is nice to have (though read operations must be restricted to side effect free subset of SQL?; basically just SELECT? statements).

  7. ByzantineAgreement (KommunikationsInfrastruktur, RPCisBrokenByDesign)
  8. StorageAdaptor (the hierarchical ordering above protocol is accidental: storage can be at remote locations, in which case notations and protocols are required to convey the data)
  9. Memory Access control happens on the language level. Richts management happens at the information level, - not at the data level. But anyway, Askemos might me prior art for upcoming things under DigitalRightsManagement

Note: Microsoft copies many of our ideas with singularity.



border
last modification: Tue, 02 May 2006 13:56:39 +0200
authors: jfw,
document identifier: A849640f672ed0df0958abc0712110f3c
delivered to public at Sat, 31 Jul 2010 20:08:42 +0200
short comments

rss
pdf :: context view
search

25 Jul 2010SQL
16 Jun 2010BALL
16 Jun 2010CouchDB
16 Jun 2010AskemosServer
07 Mai 2010SystemRequirements
30 Mar 2010ProjectsOnThePlate
30 Mar 2010AskemosResources
30 Mar 2010RSchemeInstall
30 Mar 2010INSTALL
30 Mar 2010ChickenScheme
debug-access.scm
27 Nov 2009subscriber
development
12 Jul 2009test
01 Jul 2009TrustCenter
27 Dez 2008JKomG
27 Dez 2008SQLITE
26 Dez 2008FanOut
26 Dez 2008MIME
NetBSD
NOTE
02 Mai 2006AskemosTopMenu
18 Nov 2008StorageAdaptor
18 Nov 2008PStoreStorageAdapt
18 Nov 2008OperationTips
15 Nov 2008PCRE
04 Nov 2008ProgrammingLanguag
09 Sep 2008RelatedProjects
23 Jul 2008ModuleStructure05
17 Jun 2008NEWS
17 Jun 2008HTML
17 Jun 2008ACM
22 Mai 2008HTTP
22 Mai 2008BOSH
10 Mai 2008AskemosBibliograph
10 Mai 2008JerrysDreamAbstrac
20 Apr 2008XSLT
11 Mar 2008CodingStyle
10 Mar 2008
09 Mar 2008MIMEConverter
BSD
07 Mar 2008XML
06 Mar 2008SRFI
01 Mar 2008RFC4810
01 Mar 2008RFC4998
01 Mar 2008KondratieffWerk
04 Jan 2008service-level
04 Jan 2008NameSpaceDSSSLinde
24 Jun 2004KommunikationsInfr
BOINC



Add