Next: , Previous: , Up: Index Library   [Index]


7.29.3 Index Library Security Concerns

Index storage requires memory. Executed programs (or evaluated expressions) may ruin very quickly the memory management strategies of the application when operating index objects.

Applications using index library objects would limit memory allocation or risk memory exhaustion.

Programs operating large and / or many index objects referring one another may experience performance degradation related to automatic object management. Index operations commanding tests on whether index objects need dismantling (freeing, collecting, that is) are likely to be slow if the tested objects are part of large sets of objects referring one another.

See Referable Objects.

See Detecting Cycles.

With memory allocation limited the index library objects usage does not present significant security challenges.