Re: Stack on a server

2006-03-09 Thread Rob Cozens
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

Stack on a server

2006-03-08 Thread Marty Knapp
Can multiple people simultaneously access data from a Rev stack on a server (from a standalone)? Is there a recommended method of doing so? Thanks, Marty Knapp ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Stack on a server

2006-03-08 Thread Bill Vlahos
access you will need to account for it in your stack or use some sort of data base on the server. Bill Vlahos On Mar 8, 2006, at 5:44 PM, Marty Knapp wrote: Can multiple people simultaneously access data from a Rev stack on a server (from a standalone)? Is there a recommended method

Re: Stack on a server

2006-03-08 Thread Devin Asay
On Mar 8, 2006, at 6:44 PM, Marty Knapp wrote: Can multiple people simultaneously access data from a Rev stack on a server (from a standalone)? Is there a recommended method of doing so? Marty, I do this all the time in our Mac labs. I've never seen a problem, and all I do is put

Re: Stack on a server

2006-03-08 Thread Marty Knapp
The data would be static (periodically changed only by me) so that's not a concern. I've thought of just putting the data in a text file, but wonder about security (don't know enough about it to know if that's a real concern). Marty Bill Vlahos wrote: Yes, but you don't want them to. Since

Set up GUI stack on OSX server that handles STDIN/STDOUT

2002-12-07 Thread Sannyasin Sivakatirswami
General Question is: How does one set up a stack on an OSX server that can act like a UNIX program where any other [Program A] can set a path: /usr/sbin/myFilter.mc where myFilter.mc is an open stack running in GUI mode, such that output from Program A is read as standardIn incoming data