Am 12.03.2015 um 21:48 schrieb Paul Royik:
That's what I asked.
How to configure sympy?

SymPy does not manage multiple processes at all, it's a single-threaded application. You'd have to look in mod_wsgi if you want to allow multiple instances of SymPy to run in parallel.

On Thursday, March 12, 2015 at 10:30:56 PM UTC+2, Joachim Durchholz wrote:

Am 12.03.2015 um 21:14 schrieb Paul Royik:
But if integral is "easy" (take not much memory) is number of people is
restricted only by available memory? Can Sympy serve as much as memory
allows?

That depends on how many SymPy processes mod_wsgi sets up.
I have no idea how mod_wsgi works, so I can't say much about that.

It's likely configurable.

Also, it's likely a good idea to have a separate SymPy process per web
request, simply to keep sessions of different users separate.
In that case SymPy can indeed serve as much as memory allows.



--
You received this message because you are subscribed to the Google Groups 
"sympy" 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/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/5501FC0E.3040809%40durchholz.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to