############################################################################### ############################################################################### ############################################################################### MONOLITHIC INDEPENDENT SOFTWARE... ############################################################################### ############################################################################### ############################################################################### A explanation of the terms... * MONOLITHIC - The software is a single (mono) entity. Usually, the software does not install or require any special system 'hooks' or 'libraries'. Monolithic software attempts to have the _minimum_ impact on system resources. Monolithic software is usually a single executable with no other supporting files. Also, monolithic software should not require any configuration settings to operate by default (files and/or registry entries). * INDEPENDENT - The software is capable of supporting itself. This means it can self-reference in some way. Creating 'links' ('shortcuts') to itself is one example of 'independence'. Another is that it can open it's containing folder. Embedded internet links and automatic version checking would also qualify 'independence'. ############################################################################### * All OptionalReaction software is Monolthic and Independent by design, and has been since 2004 (although I didn't until 2006 know the correct words to classify it!). ############################################################################### ############################################################################### ############################################################################### END.OF.FILE.