Re: [Twisted-Python] problems with transport.write

2011-04-28 Thread Andrew Bennetts
gary clark wrote: > Much appreciated on the quick response. > > It fails by writing a large string at the server side and not receiving any > data at the client. The client uses open-ssl and is blocking to receive data. > I dont know if its possible to determine if the write was successful or not

Re: [Twisted-Python] problems with transport.write

2011-04-28 Thread gary clark
Much appreciated on the quick response. It fails by writing a large string at the server side and not receiving any data at the client. The client uses open-ssl and is blocking to receive data. I dont know if its possible to determine if the write was successful or not on the server side i.e kn

Re: [Twisted-Python] problems with transport.write

2011-04-28 Thread Glyph Lefkowitz
On Apr 28, 2011, at 4:18 PM, gary clark wrote: > Hiya, > > I have created a client-server application which uses ssl to communicate. > > I am trying to determine if its the server or client. However its definetly > sending a string in the connection.transport.write to the target client. Try

[Twisted-Python] problems with transport.write

2011-04-28 Thread gary clark
Hiya,   I have created a client-server application which uses ssl to communicate.   I am trying to determine if its the server or client. However its definetly sending a string in the connection.transport.write to the target client.   The majority of the time is sends and receives, but occasionall

Re: [Twisted-Python] Question about StreamServerEndpointService

2011-04-28 Thread Albert Brandl
On Wed, Apr 27, 2011 at 04:50:17AM -0400, Glyph Lefkowitz wrote: > Thanks a lot. If you'd like to contribute a patch, of course, that would be > doubly appreciated :). I already thought about doing so. But my experience shows that patches usually take some rounds to be accepted, and I'd prefer to

Re: [Twisted-Python] [ANN] txZMQ released

2011-04-28 Thread Andrey Smirnov
Yes, I'll drop it as soon as I won't need it anymore (probably in one week). 2011/4/28 Laurens Van Houtven <_...@lvh.cc> > Yeah, I saw that one and got confused. Just to be clear, I'm supposed to > ignore your pyzmq fork, right? > > ___ > Twisted-Python

Re: [Twisted-Python] [ANN] txZMQ released

2011-04-28 Thread Laurens Van Houtven
Yeah, I saw that one and got confused. Just to be clear, I'm supposed to ignore your pyzmq fork, right? ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] [ANN] txZMQ released

2011-04-28 Thread Andrey Smirnov
Laurens, Oops, I've posted wrong link to github: https://github.com/smira/txZMQ (I've posted link to first draft which has been actually fork of pyzmq, but turned out it would be easier to keep it as a separate package) 2011/4/28 Laurens Van Houtven <_...@lvh.cc> > This is quite exciting! Thank

Re: [Twisted-Python] [ANN] txZMQ released

2011-04-28 Thread Laurens Van Houtven
This is quite exciting! Thanks a lot for writing this, Andrey. I noticed that you put it in the same package name (pyzmq, not tx0MQ or anything). Is the goal to get this merged back upstream? (That would be extra great :-)) thanks again for your awesome efforts (I will take this for a spin soon),