Actions
Bug #458
openNeed to configure Morpho to accept stream-based result sets
Start date:
04/05/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
458
Description
For performance purposes, Metacat needs to send results in a stream created as
results are generated (rather than getting all the results and then sending
them). [The other option being considered is to send the response in 'chunks' of
a set size.]
Morpho needs to be able ot handle both stream and chunk based responses. It
should create the ResultSet table and add result rows as they arrive from the
server (rather than getting the entire result set and then displaying the whole
table.)
Updated by Dan Higgins over 20 years ago
JIng has added code to implement this and it is in Morpho 1.5.0. May need some
further refinements
Actions