Re: Multithreaded class with queues

2005-07-28 Thread Aahz
In article <[EMAIL PROTECTED]>, Antal Rutz <[EMAIL PROTECTED]> wrote: > >I wrote a little class to make multihreading easier. It's based on one >of aahz's threading example scripts. What it does: Thanks! >It spawns up number of CollectorThreads and one ProcessThread. The >CollectorThreads listen

Multithreaded class with queues

2005-07-22 Thread Antal Rutz
Hi! I wrote a little class to make multihreading easier. It's based on one of aahz's threading example scripts. What it does: It spawns up number of CollectorThreads and one ProcessThread. The CollectorThreads listen on one queue (inputqueue), read, process the data (with colfunc), put the result