wukan, on 2011-02-14 23:39, wrote:
> Hi ,When I use matplotlib to draw 2D graphics in django web site,I encounter
> a problem.
> when server users use matplotlib to draw graphics simultaneously will
> cause website collapse.
> when one user use matplotlib to draw graphics will have no problem.
Have you looked into Celery? It is a queuing system with Django ORM
support. I don't have any experience with it myself, but I have heard
good things about it.
-Aman
2011/2/14 wukan :
> Hi ,When I use matplotlib to draw 2D graphics in django web site,I encounter
> a problem.
> when server users
Hi ,When I use matplotlib to draw 2D graphics in django web site,I encounter
a problem.
when server users use matplotlib to draw graphics simultaneously will
cause website collapse.
when one user use matplotlib to draw graphics will have no problem.
i suppose matplotlib doesnot support multithre