[ASK] Proper Handling of Concurrency

2024-04-29 Thread Bobby R. Harsono
ning well (around 10k TPS per core, so in production, one deployment can handle around 80-100k TPS), however i would like to see the explanations of those points if anyone don't mind Thanks Bobby -- --- Bobby R. Harsono Software Developer Tricada Intronik - Bandung

Re: Mina UDP Server TPS Performance is Low

2024-01-17 Thread Bobby R. Harsono
und? If not, you should probably increase the default number of threads capable of handling the incoming messages (it defaults to Nb cores + 1 ) On 16/01/2024 09:04, Bobby R. Harsono wrote: Hi all, Im using Mina 2.2.3 to build a UDP Server, Currently, i implemented one IoHandlerAdapterclass

Mina UDP Server TPS Performance is Low

2024-01-16 Thread Bobby R. Harsono
nt (not using Mina) that achieved minn 8k TPS Are there any suggestions how to improve my UDP Server performance ?? Another problem is when i increased deployment pod, no significant tps improved -- ------- Bobby R. Harsono Software Developer Tricada Intronik - Bandung

RE: Re: How to access UDP Headers in IOHandlerAdapter

2023-01-02 Thread Bobby R. Harsono
maybe i can solve this by getting remote address from headers directly, The remote address will be used for heartbeat / keep alive implementation On 2023/01/02 17:17:48 Jonathan Valliere wrote: > What in the header are you looking for? > > On Mon, Jan 2, 2023 at 12:00 PM Bobby R. Ha

How to access UDP Headers in IOHandlerAdapter

2023-01-02 Thread Bobby R. Harsono
keep-alive filter or should i implement this mechanism from scratch Thank you -- --- Bobby R. Harsono Software Developer Tricada Intronik - Bandung - To unsubscribe, e-mail: users-unsubscr...@mina.apache.org For addit