Re: Mina UDP Server TPS Performance is Low

2024-01-17 Thread Bobby R. Harsono
Hi Emmanuel, By increasing num of threads of handling, i believe i have done so, *|UDPListener| --> |MainAdapterHandler| --> |KafkaProducer|* This is basic of my application, so to summarize 1. - UDPListener: this class holds NioDatagram objects etc; 2. - MainAdapterHandler: this class holds

Re: Mina UDP Server TPS Performance is Low

2024-01-17 Thread Emmanuel Lécharny
Hi, hard to tell. Have you profiled your application? Are you CPU bound? 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 b