I'm writing a chat applet that needs to be reasonablyconfiguable. I want to save settings in an externalsource(not serialized object). What are the pros andcons of using text files and odbc/jdbc. My mainconcerns are perfomance and CPU usage.