G
Guest
Hi,
I have a Windows Forms app deployed on Terminal Server. When the app
starts, it loads up several datatables that then serve as the datasource for
comboboxes throughout the app. One of these datatables has about 5000 ROWS,
at 2 columns each. I would like to avoid having each user's instance of my
app load such a large datatable into memory. Any suggestions on how I can
load a globally common instance of this data, that can be used by each
instance of my app?
I have a Windows Forms app deployed on Terminal Server. When the app
starts, it loads up several datatables that then serve as the datasource for
comboboxes throughout the app. One of these datatables has about 5000 ROWS,
at 2 columns each. I would like to avoid having each user's instance of my
app load such a large datatable into memory. Any suggestions on how I can
load a globally common instance of this data, that can be used by each
instance of my app?