giannopo
Jun 7th, 2002, 03:31 AM
Hi,
My project is a collection of EXEs.
Each EXE connects to a database and reads some data.
In order to avoid a new EXE read again the data, that maybe another EXE has already read, I try to make this:
To create a axDLL of axEXE that do the job.
For example when an EXE needs data it send the request to the DLL/EXE.
DLL/EXE has a dictionary. If the data is in dictionary, returns the data to EXE with no read. If it is not in dictionary, then reads data from database, store the new data in dictionary for later use, and returns the data to the EXE.
Thanks in advance for your help.
Elias
My project is a collection of EXEs.
Each EXE connects to a database and reads some data.
In order to avoid a new EXE read again the data, that maybe another EXE has already read, I try to make this:
To create a axDLL of axEXE that do the job.
For example when an EXE needs data it send the request to the DLL/EXE.
DLL/EXE has a dictionary. If the data is in dictionary, returns the data to EXE with no read. If it is not in dictionary, then reads data from database, store the new data in dictionary for later use, and returns the data to the EXE.
Thanks in advance for your help.
Elias