DESC: This internal corp app will allow a user to consolidate and aggregate proprietary statistical memory cache pages from multiple remote systems servers.
PRB: Ideally, we need to be able to load a 1000 recs (80 bytes/Rec, 10 fields) into a user-friendly control very quickly and refresh the updated view every few secs.
NEED: On a p3/600/128 machine we are looking for a benchmark of <= .25 secs to load this chunk.
HIST: Rich/Textbox is not user-friendly enough. ADO works nicely with a db svr backend (.02 secs), but we don't want to go there. Text driver DSN so far doesn't bench out better than .70 secs.
HELP: Does anybody know of a LIST or DATA CONTROL that can be loaded quickly, in one op, from one datasource, either from memory (preferably) or from a text file?
PRB: Ideally, we need to be able to load a 1000 recs (80 bytes/Rec, 10 fields) into a user-friendly control very quickly and refresh the updated view every few secs.
NEED: On a p3/600/128 machine we are looking for a benchmark of <= .25 secs to load this chunk.
HIST: Rich/Textbox is not user-friendly enough. ADO works nicely with a db svr backend (.02 secs), but we don't want to go there. Text driver DSN so far doesn't bench out better than .70 secs.
HELP: Does anybody know of a LIST or DATA CONTROL that can be loaded quickly, in one op, from one datasource, either from memory (preferably) or from a text file?