Re: [Twisted-Python] ugh open-ssl and twisted python

2013-07-27 Thread Glyph
On Jul 27, 2013, at 3:12 PM, gary clark wrote: > Ok finally fixed the damn thing. I made the packets smaller and created a > task in the .tac file to call a routine that send the message parts piece by > piece. > > Thanks, > Gazza > That's the wrong way to implement that. You can't rely

Re: [Twisted-Python] ugh open-ssl and twisted python

2013-07-27 Thread gary clark
, 2013 2:38 PM Subject: Re: [Twisted-Python] ugh open-ssl and twisted python Ok split my data up into smaller fragments. It still look like its reassembing the whole payload before sending it to the client. I'm calling transport.write(partdata) multiple times with a 0.5 second delay running

Re: [Twisted-Python] ugh open-ssl and twisted python

2013-07-27 Thread gary clark
ay in twisted.   Sorry for all the questions.   Thanks, Gazza From: gary clark To: Twisted general discussion Sent: Saturday, July 27, 2013 12:36 PM Subject: Re: [Twisted-Python] ugh open-ssl and twisted python Guys, Its the MTU size. Anything bigger than 1500 bytes is getting fragmented.

Re: [Twisted-Python] ugh open-ssl and twisted python

2013-07-27 Thread gary clark
"exar...@twistedmatrix.com" To: Twisted general discussion Sent: Saturday, July 27, 2013 12:27 PM Subject: Re: [Twisted-Python] ugh open-ssl and twisted python On 04:08 pm, burslem2...@yahoo.com wrote: > Hello, > > This problem has been driving me crazy for a couple of days. I

Re: [Twisted-Python] ugh open-ssl and twisted python

2013-07-27 Thread exarkun
On 04:08 pm, burslem2...@yahoo.com wrote: Hello, This problem has been driving me crazy for a couple of days. I'm hoping someone can shed some light on this. I have a twisted server its using open-ssl (using certificates) and runs on linux and communicates great with a windows client thats se

Re: [Twisted-Python] ugh open-ssl and twisted python

2013-07-27 Thread Laurens Van Houtven
Hi Gary, On Sat, Jul 27, 2013 at 6:08 PM, gary clark wrote: > Hello, > > This problem has been driving me crazy for a couple of days. I'm hoping > someone can shed some light > on this. I have a twisted server its using open-ssl (using certificates) > and runs on linux and communicates great wit

[Twisted-Python] ugh open-ssl and twisted python

2013-07-27 Thread gary clark
Hello,   This problem has been driving me crazy for a couple of days. I'm hoping someone can shed some light on this. I have a twisted server its using open-ssl (using certificates) and runs on linux and communicates great with a windows client thats send messages every second.   However when I