Re: Which programming language should be used for newly developed modules?

2022-05-16 Thread Stefan Eissing
-keep-using-golang Kind Regards, Stefan > > Best, > Simon > > > > On 5/12/22 12:13, Stefan Eissing wrote: >> Hi Simon, >> >>> Am 12.05.2022 um 11:28 schrieb Simon Studer : >>> >>> Hi everyone, >>> >>> When I read abo

Re: Which programming language should be used for newly developed modules?

2022-05-12 Thread Stefan Eissing
Hi Simon, > Am 12.05.2022 um 11:28 schrieb Simon Studer : > > Hi everyone, > > When I read about Apache's use of rustls I thought of this thread again. > > For mod_tls, the module itself was written in C linking to the rustls-ffi. I > have been wondering if it would be desirable to implement t

Re: Is it safe to stop reading a bucket brigade in an input filter before the end?

2019-05-20 Thread Stefan Eissing
> Am 19.05.2019 um 13:11 schrieb Sorin Manolache : > > On 16/05/2019 00.26, Paul Callahan wrote: >> I have an apache body filter that copies off data from the incoming >> request. But I terminate the reading of the data if the size of the >> accumulated data is over some limit. >> This is my

Re: HTTP/2 in massive file transfers

2016-03-14 Thread Stefan Eissing
en=0] > [Thu Mar 10 10:07:12.119071 2016] [http2:debug] [pid 5363:tid > 140322990438144] h2_session.c(590): [client 128.141.155.247:51137] > h2_session(8): frame_send DATA[length=16384, flags=0, stream=13, padlen=0] > [Thu Mar 10 10:07:12.119156 2016] [http2:debug] [pid 5363:tid > 1403

Re: HTTP/2 in massive file transfers

2016-03-08 Thread Stefan Eissing
José, there is a newer version 2.4.18 of Apache httpd which is be better suited for performance testing. 2.4.17 was the first release of the module and much has happened since. Test throughput here on localhost, the limit of http/1.1 and http/2 on Apache are several gigabytes/s, without any super

Re: Announcing mod_websocket v0.1.0

2015-11-10 Thread Stefan Eissing
Cool! > Am 10.11.2015 um 21:34 schrieb Jacob Champion : > > I'm happy to announce version 0.1.0 of mod_websocket: > >https://github.com/jchampio/apache-websocket/releases/tag/0.1.0 > > mod_websocket is an Apache 2.x module that allows developers to write C- > and C++-based WebSocket servic

Re: mod_websocket ownership (and fixes)

2015-09-11 Thread Stefan Eissing
Hi Jacob, good to see that someone adopts this! As to advise... While I am no expert on WebSockets and its different flavors, I know that mod_websocket and my cuddly mod_h2 have several things in common. For example they both have to manage the "Upgrade:" dance. And WebSocket might want to par