On Sun, Oct 11, 2009 at 11:38, William Stein <wst...@gmail.com> wrote: > That's it. It worked first try, and solves the problem.
I'm not a twisted expert, but i know a lot about threads and sub processes. The basic problem is, that the user calls something synchronized when he/she requests a zip, but behind the scenes it's done asynchronous. If you have solved this, perfect. The only case you should try to catch is, when the subprocess takes a little bit longer and the user thinks it didn't work and starts the zipping again. Does it prevent double invocations and is there a feedback if the process fails / takes too long (timeout) ? These are the things that come to my mind ... just in case you haven't already thought about them ;) H --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---