Re: [Orbit-python-list] Release program for 0.3.1
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-10-06 22:12:15
|
> I am pretty happy with the current cvs code so far. Yeah, current cvs is pretty stable. 0.3.1 is just a bugfix release. There are more bugs to be fixed, of course, but there's nothing stopping us from releasing 0.3.2. :) > One new point has come up: Johan has found out we can run CORBA using the > gtk mainloop, which avoids the need for us to call and block on orb.run(). > This might effectively mean we can do client/server programming inside a > single process, which to me is a pretty exciting perspective. I hope he'll > be gutsy and write out a little module that helps us do that. zeeeelch? This is something we talked about a while back when I was explaining how I might make orbit-python work with multiple threads even though orbit isn't thread safe. But yeah, the first step would be to write our own main loop for orb.run(). If Johan wants to tackle that, that'd be great. :) Jason. |