Hi Marty,

Can multiple people simultaneously access data from a Rev stack on a server (from a standalone)? Is there a recommended method of doing so?



Only for read-only access as Devin described.

Since a stack is entirely RAM-resident, one user can open the stack, keep it open while others make changes, and then save the stack--undoing all changes made since he/she originally opened the file.

The most practical way I have found to do do this is via a db server app that supports record locking. See <http://wecode.org/serendipity/>.

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)

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to