What would be the implications, if any, that would occur as a
result of creating a DLL solely for the purpose of storing a very
large string table (200+ entries) that a program would link
to in order to retrieve these strings. I understand that the
static nature of the string table would increase the size of the
DLL's working set but would this have a significant impact on
the performance of the application if you were not constantly
reading these values?
thx for any help




Reply With Quote