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
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