You don't want to run a single copy of a Rev stack by multiple users on a server. Each use would be able to open it and save to it but their version would overwrite any changes others have made. This would not be good.

However, you should be able to have a server Rev application which talks to Rev client apps via IP. The client apps would be able to get and send information to the server app. It would be the responsibility of the server app to keep everything separate and organized and to provide feedback to other clients when there is a change on the server. This is exactly what a data base server does.

A good example of this is Tuviah's demo chat program which has the clients talking to the server.

Bill Vlahos

On Sunday, February 9, 2003, at 09:38 PM, Sannyasin Sivakatirswami wrote:

I am interested in see what we can do without using an external multi-user dBase, sticking with Rev stack (s), as a data respository (s) on a server, with multi-user access.

Can a stack on a local station do something like

Send new card to stack "Vendors"
## which resides on a server, kind of like a single table in a SQL Dbase
put "Some vender Name" into fld "Vendor Name"

For this to happen, does the stack on the server have to be open? If so, then I guess there is no second user access for a write at that moment and if I am right, then this would not be doable? or is there a doable option other than storing all "records' as small text files and locking them on read and write.

The data is complex but limited, well within the limits, size-wise, of Rev to handle very efficiently. A super macho dBase is not really needed in terms of speed. Meanwhile Rev's tool box lends itself well to dealing with the complexity (especially if one only knows xTalk and is loath to get into a new learning curve) But multi-user access is an issue. What are our options?

Sannyasin Sivakatirswami
Himalayan Academy Publications
at Kauai's Hindu Monastery
[EMAIL PROTECTED]

www.HimalayanAcademy.com,
www.HinduismToday.com
www.Gurudeva.org
www.Hindu.org

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Bill Vlahos
IT Manager, AeroVironment Inc.
Work: 805-581-2187
Cell: 805-490-9992
Email: [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to