Again I'm asking about mod_wsgi. I'm running some sort of webservice that uses sympy. Site is running under apache mod_wsgi.
Users access it an everything is fine. But sometimes when I access the page, it loads too long (even simple example). It looks like memory used and another query just takes too long to complete. Server restart fixes everything. Assuming that my code doesn't use much memory: 1. Is there some problem with sympy and its memory consumption? 2. Is it possible to debug this? 3. Maybe changing apache or mod_wsgi settings will help? If yes, then how? Any help will be highly appreciated. Thank you. -- 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/5b97b36f-3783-433b-830a-eb4c89748613%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
