[Twisted-Python] Re: [Twisted-commits] Somehow the waker still messes up cfreactor, never installing waker for now
Bob Ippolito
bob at redivi.com
Wed Nov 12 09:24:06 MST 2003
On Nov 12, 2003, at 10:47 AM, Itamar Shtull-Trauring wrote:
> On Wed, 12 Nov 2003 01:56:25 -0500
> Glyph Lefkowitz <glyph at twistedmatrix.com> wrote:
>
>> However, "really slow" doesn't quite describe the problem. A server
>> which sends an event to a thread without a waker and then receives a
>> callFromThread may never wake up, if there isn't more network activity
>>
>> happening.
>
> Yep, a reactor without a waker is essentially broken. It'll also break
> the SIGCHILD handler in CVS. Please do try to find a solution before
> our
> next release.
Signals need a whole different approach because signals do not wake up
CFRunLoop, so when you install handlers it wakes up once a second
anyway. The correct solution is to use a mach port waker for signals,
I have not implemented this yet because there are no mach port
facilities available from Python yet (I looked into it, but doing mach
ports use a lot of C macros, so it would be hard).
When is next release planned?
-bob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2357 bytes
Desc: not available
URL: </pipermail/twisted-python/attachments/20031112/be2b0fd3/attachment-0002.bin>
More information about the Twisted-Python
mailing list