Watson, David wrote:
[...]
>However, it appears to me that the self.sendLine(msg) and or the
>self.transport.write(msg) writing functions are blocked
>functions waiting for a reactor event to occur at a future scheduled time
>before acutally flushing out the internal write buffers
On 02/24/2010 02:56 PM, James Y Knight wrote:
> On Feb 23, 2010, at 10:45 PM, Tim Allen wrote:
>> On 02/24/2010 02:21 PM, Glyph Lefkowitz wrote:
>>> Here's a not-so-official link to the 10.0.0 prerelease NEWS:
>>>
>>> http://twistedmatrix.com/trac/browser/branches/release-x-4290/NEWS?format=raw
>>
On Feb 23, 2010, at 10:45 PM, Tim Allen wrote:
> On 02/24/2010 02:21 PM, Glyph Lefkowitz wrote:
>> On Feb 21, 2010, at 11:08 PM, Jonathan Lange wrote:
>>> On Sun, Feb 21, 2010 at 10:57 PM, Darren
>>> Govoni wrote:
Hi,
This is great!
Is there a list of new features or impr
On 02/24/2010 02:21 PM, Glyph Lefkowitz wrote:
> On Feb 21, 2010, at 11:08 PM, Jonathan Lange wrote:
>> On Sun, Feb 21, 2010 at 10:57 PM, Darren Govoni wrote:
>>> Hi,
>>>This is great!
>>>
>>> Is there a list of new features or improvements for this release? I'd like
>>> to start planning my u
On Feb 21, 2010, at 11:08 PM, Jonathan Lange wrote:
> On Sun, Feb 21, 2010 at 10:57 PM, Darren Govoni wrote:
>> Hi,
>> This is great!
>>
>> Is there a list of new features or improvements for this release? I'd like
>> to start planning my update.
>>
>
> Each of the tarballs has a NEWS file.
Hi Folks ..
I'm not entirely a newbie a python and twisted, but I have come to the
point where I need a bit more expertise on this topic, so I am hoping
that I have come to the right place ..
What I'm hoping, that you folks can help out with a minor problem that
I am having with the twistd r
On Tue, Feb 23, 2010 at 4:42 PM, Lorenzo Mainardi wrote:
> Landreville ha scritto:
>> On Tue, Feb 23, 2010 at 10:28 AM, Lorenzo Mainardi
>> wrote:
>>> 2010/2/23 Landreville :
>>>
I'll put it up somewhere so you can see it,
but I'm fairly new at twisted so someone else might say it is t
On Tue, Feb 23, 2010 at 10:28 AM, Lorenzo Mainardi wrote:
> 2010/2/23 Landreville :
>
>> I'll put it up somewhere so you can see it,
>> but I'm fairly new at twisted so someone else might say it is the
>> wrong approach.
>>
>
> Hi, I'm start doing the same, so we can merge the works.
> At the mome
On Mon, Feb 22, 2010 at 4:06 PM, Lorenzo Mainardi wrote:
> Hello,
> I'm trying to extend the class twisted.protocols.sip.MessageParser for
> create my parser.
> I had read the documentation and I found this: "Shouldn't
> be connected to actual transport.".
> What does it means? I can't use that bi