Re: [jetty-users] Fast SSL with jetty.

2021-03-21 Thread Luke B
; So unix sockets an option? >> >> On Fri, 19 Mar 2021, 09:21 Luke B, wrote: >> >>> Hi, >>> >>> From memory the difference in performance is rather large, maybe 10x or >>> 20x. It really does make a difference to how many requests we can handle. >&

Re: [jetty-users] Fast SSL with jetty.

2021-03-18 Thread Luke B
ful overhead to data transfer. -Luke On Tue, Mar 16, 2021 at 1:21 AM Simone Bordet wrote: > Hi, > > On Mon, Mar 15, 2021 at 12:50 AM Luke B wrote: > > > > Hi, > > > > So it seems conscrypt has even more memory leaks: > > https://github.com/google/conscryp

Re: [jetty-users] Fast SSL with jetty.

2021-03-14 Thread Luke B
wrote: > On 3/14/2021 5:50 PM, Luke B wrote: > > Setting up jetty to listen only on localhost without SSL and having an > > nginx (or other web server) reverse proxy to provide SSL is possible but > > unlikely something that is acceptable as encryption is required all the > &

[jetty-users] Fast SSL with jetty.

2021-03-14 Thread Luke B
Hi, So it seems conscrypt has even more memory leaks: https://github.com/google/conscrypt/issues/835 https://github.com/google/conscrypt/issues/984 Conscrypt doesn't appear to be sufficiently reliable to be used in production. Setting up jetty to listen only on localhost without SSL and having

[jetty-users] Memory leak in Conscrypt with Jetty.

2019-09-26 Thread Luke B
Hi, A memory leak exists in with Jetty and Conscrypt, I have replicated this in: https://github.com/LukeButters/conscrypt-jetty you can see a pretty graph of the mem usage over a a ten day period: https://raw.githubusercontent.com/LukeButters/conscrypt-jetty/master/sample/mem_over_time.png

Re: [jetty-users] over 200K open files FIFO pipe

2019-09-09 Thread Luke B
It looks like the issue goes away with the latest conscrypt. Is this an issue in the older version of conscypt or a bug in jetty which conscrypt is now working around. -Luke On Tue, Sep 10, 2019 at 10:05 AM Luke B wrote: > Hi Simone, > > This looks to be related to conscrypt. >

Re: [jetty-users] over 200K open files FIFO pipe

2019-09-09 Thread Luke B
with it.) At this stage I don't know if it is a bug in conscrypt or jetty. -Luke On Tue, Sep 10, 2019 at 12:56 AM Simone Bordet wrote: > Hi, > > On Sun, Sep 8, 2019 at 10:09 AM Luke B wrote: > > > > Hi, > > > > I am running jetty server "9.4.19.v20190610". > > I h

Re: [jetty-users] over 200K open files FIFO pipe

2019-09-08 Thread Luke B
. -Luke On Sun, Sep 8, 2019 at 9:43 PM Simone Bordet wrote: > Hi, > > On Sun, Sep 8, 2019 at 10:09 AM Luke B wrote: > > > > Hi, > > > > I am running jetty server "9.4.19.v20190610". > > I have no .wars loaded and have made a bunch of http 1.0 reque

[jetty-users] over 200K open files FIFO pipe

2019-09-08 Thread Luke B
Hi, I am running jetty server "9.4.19.v20190610". I have no .wars loaded and have made a bunch of http 1.0 requests to the jetty web server to a URL which does not exist resulting in a 404 from the jetty web server. What I noticed is that after some time the web server stopped responding, I was