Re: Multithreading



On Tue, 2003-11-04 at 18:51, Jens Wilke wrote:
Hi,

i tried to use threads, but it seems not to work together with gtk2-perl.
Even $widget1->add($widget2); causes error.
Are there any working eyamples out there?
I want to make a whole window and all it's stuff an own thread.
I've got Image::Magick operations "in that window" which makes the whole app 
waiting.
Is there any other way in Gtk2 than forking?

one solution that i know would work without having to deal with
multi-threading would be to fork and use gtk plug/socket. see the
examples/tests for information on how to go about this.

i'm going to play a little bit with 'use threads' and perl and see what
i can come up with. (if nothing else why it won't work)

-rm




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]