I am working on a new captcha script and it is almost completed except I would like to have a list of words for example lets say I have a list of 300 5 letter words that I would like to use for the captcha image text.
What would be the best way for performance on a high traffic site to deal with this list for it?
Read the words from a text file on every load
Store in an array
other?