[sage-support] Re: SageWorld

2009-05-04 Thread Serge A. Salamanka
I describe the idea and technical issues in more details here: http://sageworldmath.blogspot.com/ # Serge --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr

[sage-support] Re: SageWorld

2009-05-04 Thread Serge A. Salamanka
See inline below. Robert Bradshaw пишет: > On Apr 30, 2009, at 10:13 PM, William Stein wrote: > >> On Thu, Apr 30, 2009 at 10:05 PM, Robert Bradshaw >> wrote: >>> On Apr 29, 2009, at 3:00 PM, Serge Salamanka wrote: >>> Is it a good idea to share objects between python processes with the >

[sage-support] Re: SageWorld

2009-04-30 Thread Robert Bradshaw
On Apr 30, 2009, at 10:13 PM, William Stein wrote: > On Thu, Apr 30, 2009 at 10:05 PM, Robert Bradshaw > wrote: >> >> On Apr 29, 2009, at 3:00 PM, Serge Salamanka wrote: >> >>> Is it a good idea to share objects between python processes with the >>> help of any database ? >>> Can't still find an

[sage-support] Re: SageWorld

2009-04-30 Thread William Stein
On Thu, Apr 30, 2009 at 10:05 PM, Robert Bradshaw wrote: > > On Apr 29, 2009, at 3:00 PM, Serge Salamanka wrote: > >> Is it a good idea to share objects between python processes with the >> help of any database ? >> Can't still find any decent tool for sharing objects. Saving and >> loading >> th

[sage-support] Re: SageWorld

2009-04-30 Thread Robert Bradshaw
On Apr 29, 2009, at 3:00 PM, Serge Salamanka wrote: > Is it a good idea to share objects between python processes with the > help of any database ? > Can't still find any decent tool for sharing objects. Saving and > loading > them in Sage seems to be a simple approach for user but not for an >

[sage-support] Re: SageWorld

2009-04-29 Thread Serge Salamanka
Thank you, Mike Let's say, I run a Sage process on some python code which creates a space and sets variables and constants, starts time and log, loads objects and does manipulations with them, writes back the state of the objects. >From user side I have to: - create object, - share it somehow wi

[sage-support] Re: SageWorld

2009-04-29 Thread Mike Hansen
On Wed, Apr 29, 2009 at 3:00 PM, Serge Salamanka wrote: > > Is it a good idea to share objects between python processes with the > help of any database ? > Can't still find any decent tool for sharing objects. Saving and loading > them in Sage seems to be a simple approach for user but not for an

[sage-support] Re: SageWorld

2009-04-29 Thread Serge Salamanka
Is it a good idea to share objects between python processes with the help of any database ? Can't still find any decent tool for sharing objects. Saving and loading them in Sage seems to be a simple approach for user but not for an application to run. Serge Serge Salamanka пишет: > I found Pyro

[sage-support] Re: SageWorld

2009-04-29 Thread Serge A. Salamanka
May be I reinventing bicycle ? Could anyone comment whether something familiar has been already known ? I want to play mathematics with my kid and colleagues with the help of Sage. Is it a bad idea ? Serge A. Salamanka Serge Salamanka пишет: > This is very simple and effective but not for the t

[sage-support] Re: SageWorld

2009-04-27 Thread Serge Salamanka
I found Pyro with exceptional functionality. pyro.sourceforge.net This might be used for the purpose? I just need to make easily accessible the objects that other user creates during his session and also share my objects. Better this would be fully automated rather than loading/saving William St

[sage-support] Re: SageWorld

2009-04-27 Thread Serge Salamanka
This is very simple and effective but not for the task I'm heading for. It might be better to start from the idea itself. SageWorld is mathematical world where everyone could create mathematical objects and operate them to win a certain battle. For example, the world in 3D space with physical la

[sage-support] Re: SageWorld

2009-04-27 Thread William Stein
On Mon, Apr 27, 2009 at 5:01 PM, Serge Salamanka 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 lo