It sounds as if what you are trying to do is very similar to the Sage Cell Server, whose code is at https://github.com/sagemath/sagecell so that might be helpful. See also https://sagecell.sagemath.org/static/about.html
John On 1 July 2015 at 20:48, Uriel Avalos <[email protected]> wrote: > Basically, we're building a REST web service that takes math expressions > and returns the evaluated result. > > We currently have a service that invokes sage via the '-c' flag (i.e., > command line) with *each* request. > > Unfortunately, that's obviously too slow. > > Is there a way to setup the Sage server to listen for requests? > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
