andytanoko / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

Have thread watch properties file and reload it on change #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Maybe we should add a feature to have a separate thread to
watch the mod time of the file and if it is updated to re-read it. We do
that (carefully ;-) on lots of applications at my day job. Sounds like a
project for 2.1 or 3.0 release.

Original issue reported on code.google.com by manico.james@gmail.com on 12 Jan 2010 at 4:17

GoogleCodeExporter commented 8 years ago
Carefully being key as threads are outside of the j2ee spec and can cause memory
leaks in app servers. It would probably be worth making the usage of a thread
configurable and check the file when the configuration is accessed instead if 
the
thread is disabled. A asynchronous bean or the like is another possibility but 
that's
getting app server specific and requires external configuration...

Original comment by schal...@darkmist.net on 16 Jan 2010 at 3:17

GoogleCodeExporter commented 8 years ago

Original comment by manico.james@gmail.com on 1 Nov 2010 at 12:52

GoogleCodeExporter commented 8 years ago
This may or not not be necessary pending changes for 2.1 configuration

Original comment by chrisisbeef on 20 Nov 2010 at 9:57

GoogleCodeExporter commented 8 years ago

Original comment by manico.james@gmail.com on 29 May 2012 at 3:23