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 <wekay102...@gmail.com>:
> 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 multithreading drawing.
> so i put the draw function in a thread . it can't work as before.
>
> so why matplotlib doesnot support multithreading drawing?
> How to solve this problem.
> Hope I can receive help from you.
>
> Regards
>
> wekay
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to