Re: Corba & MultiThreading (was Re: Orb choosing time)




> My previous experience with gtk (about 10 months ago) was that
> gtk_main_loop (which repeatedly called gtk_iteration or something like
> that) blocked on waiting for the next event from X.

You just do gdk_input_add(int fd, callbackroutine) and pass a file
descriptor.  When input becomes available on fd, it will call your
routine and you can do the corba processing there.

Cheers,
Miguel.



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