Re: Global runtime strings help

2011-09-26 Thread Steven Schveighoffer
On Mon, 26 Sep 2011 15:57:21 -0400, Jonathan Crapuchettes wrote: Thank you for the thought, but the problem here is that the file containing the strings is only known at runtime from a command line argument. I also have some global strings that need to be set from the database. Thank y

Re: Global runtime strings help

2011-09-26 Thread Jonathan Crapuchettes
Thank you for the thought, but the problem here is that the file containing the strings is only known at runtime from a command line argument. I also have some global strings that need to be set from the database. Thank you again, JC Jonathan M Davis wrote: On Friday, September 23, 2011 13:29

Re: Global runtime strings help

2011-09-23 Thread Jonathan M Davis
On Friday, September 23, 2011 13:29:08 Jonathan Crapuchettes wrote: > I'm working on an application that requires a large number of strings that > only need to be loaded once at runtime and need to be accessible to all > threads throughout the execution of the program. Some of these strings are > v