|
Notes
Notes for Advanced Developers
Source code is provided for the ASPSpellLink Class. (ASPSpellCheck/ASPSpellInclude.inc)
This Class is written in VBScript, in an uncomplicated OO style. For reference, here is a good tutorial on OO Classes in VBSCRIPT at http://www.4guysfromrolla.com/webtech/092399-1.shtml.
Notes on Server Caching
To increase performance, ASPSpellCheck caches data at the ISS Application level. This hugely saves on server processor resources, and takes only a few MB of memory per dictionary.
For this reason, the first time you use a dictionary, or after IIS is restated, the spell checker will take a few seconds to set its self up.
The data is stored in the Application using Keys starting with "ASP_SPELL". You are advised to not try to read or modify these application variables.
|