Tom Anderson wrote:
> > If you program threads with shared nothing and communication over Queues
> > you are, in effect, using processes. If all you share is read-only
> > memory, similarly, you are doing "easy" stuff and can get away with it.
> > In all other cases you need to know things like "w
On Thu, 17 Nov 2005, Scott David Daniels wrote:
> Gorlon the Impossible wrote:
>
>> I have to agree with you there. Threading is working out great for me
>> so far. The multiprocess thing has just baffled me, but then again I'm
>> learning. Any tips or suggestions offered are appreciated...
>
> Th
Quoth Grant Edwards <[EMAIL PROTECTED]>:
| On 2005-11-18, Scott David Daniels <[EMAIL PROTECTED]> wrote:
| > Gorlon the Impossible wrote:
| >
| >> I have to agree with you there. Threading is working out great for me
| >> so far. The multiprocess thing has just baffled me, but then again I'm
| >> l
On 2005-11-18, Scott David Daniels <[EMAIL PROTECTED]> wrote:
> Gorlon the Impossible wrote:
>
>> I have to agree with you there. Threading is working out great for me
>> so far. The multiprocess thing has just baffled me, but then again I'm
>> learning. Any tips or suggestions offered are apprecia
Gorlon the Impossible wrote:
> I have to agree with you there. Threading is working out great for me
> so far. The multiprocess thing has just baffled me, but then again I'm
> learning. Any tips or suggestions offered are appreciated...
The reason multiprocess is easier is that you have enforced
On Thu, 17 Nov 2005 23:29:16 +, Tom Anderson
<[EMAIL PROTECTED]> wrote:
>On Wed, 16 Nov 2005, [EMAIL PROTECTED] wrote:
>
>> Gorlon the Impossible wrote:
>>
>>> Is it possible to run this function and still be able to do other
>>> things with Python while it is running? Is that what threading
On Wed, 16 Nov 2005, [EMAIL PROTECTED] wrote:
> Gorlon the Impossible wrote:
>
>> Is it possible to run this function and still be able to do other
>> things with Python while it is running? Is that what threading is
>> about?
>
> Threading's a good answer if you really need to share all your me
In article <[EMAIL PROTECTED]>,
Gorlon the Impossible <[EMAIL PROTECTED]> wrote:
.
.
.
>the fly' so to speak. I checked out the threading module and its
>working for what I am trying to do at the moment, but I am open to
>sugg
On Thu, 17 Nov 2005 00:08:02 GMT, [EMAIL PROTECTED] (Cameron Laird)
wrote:
>In article <[EMAIL PROTECTED]>,
>Grant Edwards <[EMAIL PROTECTED]> wrote:
>>On 2005-11-16, Gorlon the Impossible <[EMAIL PROTECTED]> wrote:
>>
>>> I'm not sure how to phrase this question. I have a Python function
>>> tha
In article <[EMAIL PROTECTED]>,
Grant Edwards <[EMAIL PROTECTED]> wrote:
>On 2005-11-16, Gorlon the Impossible <[EMAIL PROTECTED]> wrote:
>
>> I'm not sure how to phrase this question. I have a Python function
>> that sends MIDI messages to a synth. When I run it, I of course have
>> to wait until
Gorlon the Impossible wrote:
> Hello
> I'm not sure how to phrase this question. I have a Python function
> that sends MIDI messages to a synth. When I run it, I of course have
> to wait until it is finished before I can do anything else with
> Python. Is it possible to run this function and still
Gorlon the Impossible <[EMAIL PROTECTED]> wrote:
> I'm not sure how to phrase this question. I have a Python function
> that sends MIDI messages to a synth. When I run it, I of course have
> to wait until it is finished before I can do anything else with
> Python. Is it possible to run this functio
On 2005-11-16, Gorlon the Impossible <[EMAIL PROTECTED]> wrote:
> I'm not sure how to phrase this question. I have a Python function
> that sends MIDI messages to a synth. When I run it, I of course have
> to wait until it is finished before I can do anything else with
> Python. Is it possible to
Hello
I'm not sure how to phrase this question. I have a Python function
that sends MIDI messages to a synth. When I run it, I of course have
to wait until it is finished before I can do anything else with
Python. Is it possible to run this function and still be able to do
other things with Python
14 matches
Mail list logo