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
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
>
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
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
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
>
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
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
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
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
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
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
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
12 matches
Mail list logo