Hello FB,
Thank you for responding to my posting.
I have tried your suggestion, making a function rather than a method
in a class.
The result is still the same.
According to the documentation, objects to be sent through
'Connection' must be pickable.
But I couldn't find anything that explain the s
On Mar 20, 4:36 am, akineko wrote:
> Hello everyone,
>
> I have started using multiprocessing module, which is now available
> with Python 2.6.
> It definitely opens up new possibilities.
>
> Now, I developed a small GUI package, which is to be used from other
> programs.
> It uses multiprocessing
Hello everyone,
I have started using multiprocessing module, which is now available
with Python 2.6.
It definitely opens up new possibilities.
Now, I developed a small GUI package, which is to be used from other
programs.
It uses multiprocessing and Pipes are used to pump image data/command
to th