Re: [Twisted-Python] Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

2019-07-11 Thread Jarosław Fedewicz
.interface machinery? On Thu, Jul 11, 2019 at 9:20 AM Glyph wrote: > Hi Jarosław! > > On Jul 1, 2019, at 4:48 PM, Jarosław Fedewicz > wrote: > > I have written a simple service which takes data from network, massages it > until it's useful enough, and sends the results

[Twisted-Python] Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

2019-07-01 Thread Jarosław Fedewicz
I have written a simple service which takes data from network, massages it until it's useful enough, and sends the results out periodically via HTTP to an API. It all works for a while, then I get an error like this approximately 40 minutes into the service's uptime: ResponseNeverReceived: [] T

Re: [Twisted-Python] Is there a nice way to write transport-agnostic protocols and servers/clients?

2017-08-16 Thread Jarosław Fedewicz
16, 2017 at 10:07 AM, Cory Benfield wrote: > > > > On 15 Aug 2017, at 01:22, Jarosław Fedewicz > wrote: > > > > The number of protocols that use TCP or UDP interchangeably is quite > high. Some applications where Twisted would be an appropriate choice, could &g

[Twisted-Python] Is there a nice way to write transport-agnostic protocols and servers/clients?

2017-08-14 Thread Jarosław Fedewicz
Recently, I needed to write a client for a server which can listen on one of these: 1) TCP 2) UDP 3) Unix stream sockets 4) Unix datagram sockets And pain it was, as a matter of fact. The only thing that was easy was the streaming protocols part. In the datagram land, it was all different: 1) I

Re: [Twisted-Python] Names DNS Client too chatty

2011-01-23 Thread Jarosław Fedewicz
On Jan 23, 2011, at 22:45 , Angelo Dell'Aera wrote: > I really think such verbose logging should be turned off > by default because it is quite useless to the end user and produces huge > amounts of logs which are useless as well. > > Cheers, > My 2 cents to this is that responsiveness and per

Re: [Twisted-Python] SMTP Client Blocking Connects

2010-07-14 Thread Jarosław Fedewicz
On 14 лип. 2010, at 17:18, Konrads Smelkovs wrote: > Maybe there is a firewall that limits incoming connections? > -- > Konrads Smelkovs > Applied IT sorcery. Even if it drops packets, it should not block. It should return immediately with a Deferred, which will eventually fail. -- Engineer:

Re: [Twisted-Python] PB and unstable network

2010-05-31 Thread Jarosław Fedewicz
On 27 трав. 2010, at 12:45, Viktor Klimov wrote: > You mean a packet message used in the TCP? Or offer to implement ACK to PB? > The latter one. An application-level ack. You only accept a transaction when you have „acked” to your peer that you have the full data payload, and after it acks yo