Re: [Numpy-discussion] [SciPy-user] conforming to Python GIL...

2008-04-03 Thread Anne Archibald
On 03/04/2008, Travis E. Oliphant <[EMAIL PROTECTED]> wrote: > fred wrote: > > Hi, > > > > I use a lot of ConVeX OPTimsation and fortran (via f2py) routines in my > > Traits app. > > > > As I want to compute the data and want to display them, I use threads. > > > > The issue I get is that d

Re: [Numpy-discussion] [SciPy-user] conforming to Python GIL...

2008-04-03 Thread Gael Varoquaux
On Thu, Apr 03, 2008 at 02:56:29PM -0500, Robert Kern wrote: > ipython1 is great, but it is somewhat overkill for a problem like > this. The processing module is something worth looking at. > http://pypi.python.org/pypi/processing Wow, I didn't know this one. It seems very nice. Thanks for shar

Re: [Numpy-discussion] [SciPy-user] conforming to Python GIL...

2008-04-03 Thread Robert Kern
On Thu, Apr 3, 2008 at 2:48 PM, Gael Varoquaux <[EMAIL PROTECTED]> wrote: > On Thu, Apr 03, 2008 at 02:44:43PM -0500, Travis E. Oliphant wrote: > > This requires a bit of effort to solve. We need to in multiple places... > > OK, then I suggest Fred looks into ipython1's parallel execution > fe

Re: [Numpy-discussion] [SciPy-user] conforming to Python GIL...

2008-04-03 Thread Gael Varoquaux
On Thu, Apr 03, 2008 at 02:44:43PM -0500, Travis E. Oliphant wrote: > This requires a bit of effort to solve. We need to in multiple places... OK, then I suggest Fred looks into ipython1's parallel execution features. The problem is that I suspect it is not mature-enough for him. Go Fernando, g

Re: [Numpy-discussion] [SciPy-user] conforming to Python GIL...

2008-04-03 Thread Travis E. Oliphant
fred wrote: > Hi, > > I use a lot of ConVeX OPTimsation and fortran (via f2py) routines in my > Traits app. > > As I want to compute the data and want to display them, I use threads. > > The issue I get is that data displayed (using Chaco2) are not updated > (app is frozen) while computing the in