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.
