Re: Orb choosing time (was Re: Adding other languages to omniorb)



Miguel de Icaza wrote:
> 
> can you point an actual limitation of gnome due to the lack of
> threads?
> 
> Miguel.
> 
> --
>          To unsubscribe: mail gnome-list-request@gnome.org with
>                        "unsubscribe" as the Subject.

Yes. 
- When a corba application calls boa->impl_is_ready() it blocks
	(waiting to serve messages from other corba objects).
- When a gtk application calls gtk_main_loop() it blocks 
	(waiting to serve events from X).

Therefore we can't have a interactive corba-enabled gtk application in a
single process without threads.

Cheers,

Phil.

-- 
_______________________________________________________________________
 Phil Dawes                               |   My opinions are my own
 WWW:    err.. temporarily non-existant   |   and nothing to do with
 Email:  philipd@parallax.co.uk           |      my employer.



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