On Tue, Jul 7, 2009 at 3:04 AM, Robert Bradshaw<[email protected]> wrote: > > On Jul 5, 2009, at 2:24 PM, Pablo wrote: > >> Hello, >> >> I have setup a sage notebook on a so that many colleagues can run on >> it. It seems to work well but I still have two questions on the way it >> works which where not answered by investigating the net : >> - how can I now if any user has connected to one of the worksheets ? >> How can I list the currently connected users ? >> - When sharing a worksheet among many users, do they share the same >> running session ? In this case how are concurrent instructions >> processed ? > > When you "share" a worksheet, you are publishing a read-only copy of > that worksheet, so there are no concurrency issues to worry about.
Just to clarify -- By "share" above, you mean "publish". When you "share" a worksheet you are making a read-write version of the worksheet available, and there are issues, as you explain below. > If > two people are logged in under the same username, and trying to edit > the same worksheet, things may get badly out of sync and funny stuff > might start to happen (i.e. concurrent editing has not been > implemented yet, though there was a student project on it a couple of > years back, and many people would like it). This is on my mental todo list for my September - December 2009 planned work on the notebook. william --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
