Re: [Pyobjc-dev] Re: FYI: Open Source Scripting Layer For Cocoa
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-06-13 13:42:06
|
On Friday, Jun 13, 2003, at 15:28 Europe/Amsterdam, Bob Ippolito wrote: > > I've been meaning to develop a CFRunLoop reactor for Twisted for > months now. Basically, you would be replacing the select() mechanism > with something that used CFRunLoop, CFSocket (can probably use the > existing functionality and just have the CFSocket use the fileno from > them), and CFTimer. Unfortunately, not all of this stuff is wrapped > in PyObjC or Python 2.3 yet so I'm expecting it to entail a fair > amount of pain-in-the-ass C code with lots of structures and callbacks > into Python (yay CFSocket). If you're going to wrap CFSocket/CFRunLoop you may want to check how Jack uses bgen and use that. Ronald |