Re: [LAD] GIl, python, threading, and IPC

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Patrick Stinson <patrickstinson.lists@...>
Cc: <linux-audio-dev@...>
Date: Thursday, June 18, 2009 - 2:08 am

On Thu, Jun 18, 2009 at 11:16 AM, Patrick
Stinson wrote:

My previous experience of getting around the GIL (not for audio stuff,
networking related) the multiprocessing module in python 2.6, or
pyprocessing before that is great. I had very good performance
improvements and the effort wasn't that extensive. The IPC /
management mechanisms included where enough for my needs. They are
really easy to use. For my problem performance basically scaled
linearly by number of cpus using the module. On 2-8 core machines
running many mostly io bound processes. Have you looked at stackless
as well? pyprocessing is really easy though if it works. Feel free to
give me a yell with any issues.

Loki
I am having an awesome day ;)
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[LAD] GIl, python, threading, and IPC, Patrick Stinson, (Thu Jun 18, 1:16 am)
Re: [LAD] GIl, python, threading, and IPC, David Robillard, (Thu Jun 18, 4:22 pm)
Re: [LAD] GIl, python, threading, and IPC, Patrick Stinson, (Tue Nov 17, 7:04 pm)
Re: [LAD] GIl, python, threading, and IPC, Albert Graef, (Thu Jun 18, 7:07 pm)
Re: [LAD] GIl, python, threading, and IPC, Loki Davison, (Thu Jun 18, 2:08 am)
Re: [LAD] GIl, python, threading, and IPC, Patrick Stinson, (Thu Jun 18, 2:24 am)