On Mon, Apr 27, 2009 at 5:01 PM, Serge Salamanka <salsa-...@tut.by> wrote:
>
> Hello,
>
> I wonder how it is possible to make a common shared objects space for
> all of the users on the Sage server ?

If X is any object in any Sage session then any user can type

save(X, '/tmp/name.sobj')

and any other user can load X by typing

X = load('/tmp/name.sobj')

That basically accomplishes what you asked for, right?

 -- William
>
> The idea is to make available the mathematical space to users providing
> that they all can have access from within their own sessions to a common
> session.
>
> As far as I understand:
> I propose to install server as multiuser app with unix accounts.
> Each user runs IPython shell when working with Sage (also from notebook).
> There is a need to make the user objects accessible to others (say, like
> to work in the same session).
> The best would be even to use ACLs for controlling access to objects
> (say, another user cannot modify object but only read and use it).
>
> Could you please point me to the right direction.
>
> I suppose I should look for this somewhere in python functionality ?
>
> Comments are welcome.
>
> Serge
>
> >
>



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to