Re: my summary on how to use gtk with threads

2007-05-25 Thread Felix Kater
On Thu, 24 May 2007 01:03:25 +1000 Andrew Cowie <[EMAIL PROTECTED]> wrote: > http://research.operationaldynamics.com/blogs/andrew/#gtk-thread-awareness Keep on. :-) > I didn't quite agree with this conclusion: > > > do not use gdk_threads_set_lock_functions() to facilitate (a) > > as that was

Re: my summary on how to use gtk with threads

2007-05-23 Thread Andrew Cowie
On Sun, 2007-05-20 at 12:15 +0200, Felix Kater wrote: > here is my short summery of how to use gtk with threads Ironically, your email rolled in Monday right after I had managed to come up with most of the same information independently. I just blogged about my own findings which are fairly cl

my summary on how to use gtk with threads

2007-05-20 Thread Felix Kater
Hi, here is my short summery of how to use gtk with threads, ordered by the main problems to be worked around. I aimed to find a small set of *general* rules to follow rather than solutions for individual cases. So this guides shall turn gtk's thread awareness into thread safety--for thos

[GTK with threads]

2007-05-18 Thread Luca Sangemi
Hello, we got a problem with an application we are developing , GTK+ based. It's a p2p application, based on a protocol similar to gnutella. Actually, it's quite simple: it's a project for a university course. Our main() create a pthread for a "server", that is a thread that accepts connections o