atom feed16 messages in at.iem.pd-listRe: Scheme / Re: [PD] permutations
FromSent OnAttachments
Marcus FlanaganJan 22, 2002 7:36 am 
Krzysztof CzajaJan 23, 2002 2:41 am 
thomas gorbachJan 23, 2002 4:52 am 
oliver stotzJan 23, 2002 5:35 am 
marius schebellaJan 23, 2002 7:58 am 
Orm FinnendahlJan 23, 2002 8:09 am 
Krzysztof CzajaJan 24, 2002 12:01 pm 
Orm FinnendahlJan 25, 2002 4:45 am 
Larry TroxlerJan 25, 2002 5:55 am 
ünter geigerJan 25, 2002 6:20 am 
Orm FinnendahlJan 25, 2002 6:55 am 
Larry TroxlerJan 25, 2002 8:17 am 
Miller PucketteJan 25, 2002 8:54 am 
"Andrew (Andy) W. "SchmederJan 25, 2002 8:56 am 
ünter geigerJan 25, 2002 8:59 am 
markJan 25, 2002 9:29 am 
Subject:Re: Scheme / Re: [PD] permutations
From:ünter geiger (gei@xdv.org)
Date:Jan 25, 2002 8:59:09 am
List:at.iem.pd-list

On Fri, 25 Jan 2002, Larry Troxler wrote:

Hi Guenter,

I hadn't really thought of using the shell external, because I assumed it would be too slow for handling real-time message processing. Could I be wrong?

Hi,

Yes, it is true that shell isn't specifically fast, it depends on what you are using it for, i.e how fast your metro is.

Additionally I have planned an extension to shell, where the inlet is basically used to pipe commands to your script, then you don't have to start the interpreter everytime you want to execute something.

Another advantage of shell is that it will play very well with multiprocessor systems, because it's asychronous.

Guenter