Re: [Orbit-python-list] Orbit-python and threading?
Status: Inactive
Brought to you by:
tack
From: Christian R. R. <ki...@as...> - 2001-11-08 12:52:38
|
On Thu, 8 Nov 2001, Marijn Vriens wrote: > Solutions for my problem that I can think of: > - Very simple event hooks (on time, intervals, idle or something) in > the orb.run() loop. o-p doesn't seem to provide it. Adopting GTK+ for > this functions, is taking on too much extra stuff, for such a small > feature (thou the *possible* integration of the loops is great if you > are building a server with a GTK+ interface.) ORBit-0.5.12 does not support this yet (orb.c): /* Section 4.9.1 */ CORBA_boolean CORBA_ORB_work_pending(CORBA_ORB orb, CORBA_Environment *ev) { g_assert(!"Not yet implemented"); return(CORBA_FALSE); } /* Section 4.9.2 */ void CORBA_ORB_perform_work(CORBA_ORB orb, CORBA_Environment *ev) { g_assert(!"Not yet implemented"); return; } Which rules this out unless you want to use the gtk mainloop? Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL |