Using stacks as a database for very large data sets

Rob Cozens rcozens at pon.net
Wed Jan 26 12:24:20 EST 2005


Hi All,

>Saving a large stack can be time consuming - especially across a
>network.

One alternative is a client-server setup.

The entire stack is in RAM on the server side; but client stacks only deal 
with one record at a time.

Thus the stack is always saved locally at the server, never over the network.

Rob Cozens CCW
Serendipity Software Company

"And I, which was two fooles, do so grow three;
  Who are a little wise, the best fooles bee."

  from "The Triple Foole" by John Donne (1572-1631) 



More information about the use-livecode mailing list