Re: Excessive memory usage for HTTP/2 requests

2025-01-05 Thread Owen Rubel
ub.io/beapi-docs/0.9/index.html Owen Rubel oru...@gmail.com On Tue, Dec 17, 2024 at 4:43 AM Arjan van IJzendoorn wrote: > Hello Tomcat friends, > > Our Spring Boot 3.4.0 application uses Tomcat 10.1.33. Recently we started > seeing the memory usage of our app grow and after three

Re: Webapp Getting redirected to an external IP Address

2024-06-05 Thread Owen Rubel
Are you using this with a cloud service? This seems more like a misconfig of your setup. I have seen this in AWS before where it routes to their internal IP due to a misconfiguration. Owen Rubel oru...@gmail.com On Tue, Jun 4, 2024 at 6:26 PM Tom Robinson wrote: > Hi Mark, > > On T

Re: Is ARM64 architecture officially supported ?

2020-04-17 Thread Owen Rubel
I run tomcat on Armbian https://www.armbian.com/ Owen Rubel oru...@gmail.com On Fri, Apr 17, 2020 at 4:14 AM Emilio Fernandes < emilio.fernande...@gmail.com> wrote: > Hola Tomcat community! > > We consider using AWS Graviton [1] based instances which use ARM64 > processo

Re: Error parsing HTTP request header

2019-12-07 Thread Owen Rubel
ntegration tests. This would show the issue or problem in the response data vs what is sent. Owen Rubel oru...@gmail.com On Sat, Dec 7, 2019 at 3:11 AM thulasiram k wrote: > Hi Chris, > > Thanks for trying to help here. As suggested I have checked the access logs > and find the belo

Re: Initiating httpservletrequest from inside Tomcat / TomEE

2019-05-06 Thread Owen Rubel
I didn't think that TomEE was Tomcat. Wasn't it it's own thing??? I mean TomEE is this separate project maintained by this up here in Seattle vs Tomcat which is an Apache Project. Owen Rubel oru...@gmail.com On Mon, May 6, 2019 at 9:16 AM Paul Carter-Brown wrote: > Hi John

Re: Per EndPoint Threads???

2017-08-15 Thread Owen Rubel
Owen Rubel oru...@gmail.com On Tue, Aug 15, 2017 at 8:23 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Owen, > > On 8/13/17 10:46 AM, Owen Rubel wrote: > > Owen Rubel oru...@gmail.com > >

Re: Per EndPoint Threads???

2017-08-13 Thread Owen Rubel
Owen Rubel oru...@gmail.com On Sun, Aug 13, 2017 at 5:57 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Owen, > > On 8/12/17 12:47 PM, Owen Rubel wrote: > > What I am talking about is something

Re: Per EndPoint Threads???

2017-08-12 Thread Owen Rubel
On Sat, Aug 12, 2017 at 3:13 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Owen, > > On 8/12/17 12:47 PM, Owen Rubel wrote: > > On Sat, Aug 12, 2017 at 9:36 AM, Christopher Schultz < > &

Re: Per EndPoint Threads???

2017-08-12 Thread Owen Rubel
On Sat, Aug 12, 2017 at 9:36 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Owen, > > On 8/12/17 11:21 AM, Owen Rubel wrote: > > On Sat, Aug 12, 2017 at 1:19 AM, Mark Thomas > > wrote: >

Re: Per EndPoint Threads???

2017-08-12 Thread Owen Rubel
On Sat, Aug 12, 2017 at 9:36 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Owen, > > On 8/12/17 11:21 AM, Owen Rubel wrote: > > On Sat, Aug 12, 2017 at 1:19 AM, Mark Thomas > > wrote: >

Re: Per EndPoint Threads???

2017-08-12 Thread Owen Rubel
Ah ok thank you for very concise answer. am chasing a pipe dream I guess. Maybe there is another way to get this kind of benefit. Thanks again for your answer. Owen Rubel oru...@gmail.com On Sat, Aug 12, 2017 at 1:19 AM, Mark Thomas wrote: > On 12/08/17 06:00, Christopher Schultz wr

Re: Per EndPoint Threads???

2017-08-11 Thread Owen Rubel
more traffic vs those which do not, it would enforce better and faster communication on those paths. The current way Tomcat does it is not dynamic and it just applies to ALL pathways equally which is not efficient. Owen Rubel oru...@gmail.com On Fri, Aug 11, 2017 at 5:58 PM, wrote: > >

Per EndPoint Threads???

2017-08-11 Thread Owen Rubel
like 'load balancing' the number of threads across available endpoints??? ie: localhost/v0.1/user/show: 50% localhost/v0.1/user/create: 10% localhost/v0.1/user/edit: 5% localhost/v0.1/user/delete: 2% Owen Rubel oru...@gmail.com