| Author |
application design question
|
k Oyedeji
Ranch Hand
Joined: Jul 07, 2002
Posts: 96
|
|
Hi I am building a classifieds type application. Users will be able to add adverts which other users can then search. My question is would it be a bad idea to load all the adverts in to the application object from the database once when the application is initalised? I dont envisage many adverts being added due to the nature of the ads (perhaps 3 a week) and when they are added i could store them in the database and then refresh the data held in the application object. can anyone see anything wrong with this? Is there a better approach? Thanks
|
 |
k Oyedeji
Ranch Hand
Joined: Jul 07, 2002
Posts: 96
|
|
Hi I am building a classifieds type application. Users will be able to add adverts which other users can then search. My question is would it be a bad idea to load all the adverts in to the application object from the database once when the application is initalised? I dont envisage many adverts being added due to the nature of the ads (perhaps 3 a week) and when they are added i could store them in the database and then refresh the data held in the application object. can anyone see anything wrong with this? Is there a better approach? Thanks
|
 |
 |
|
|
subject: application design question
|
|
|