Not sure what IIUC stands for, but I am, indeed, running windows. XP Home Edition, in fact, with Python 2.4.2 final

On 10/24/05, Kent Johnson < [EMAIL PROTECTED]> wrote:
Hugo González Monteverde wrote:
> I have done scripts for decompressing MP3 in the past. I normally follow
> a fork() exec() subprocess scheme, and this helps me gain about 30%
> improvement. I'm not an expert, but I have read that CPU time will be
> better used by several processes than for just one, and while one
> process is waiting for disk IO and the like, another can be number
> crunching.
>
> I have some code, but I will have to look for it and then post it.

IIUC Orri is running on Windows and fork() is not supported there.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor



--
Email: singingxduck AT gmail DOT com
AIM: singingxduck
Programming Python for the fun of it.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to