So much better right now: 4000 hits per second (source updated). Still don't know if I need to take care of ByteBuf destruction for the ones I created manually. And also, how to "restore" the keepAlive flag from the incoming HttpRequest.
Will investigate tomorrow. --nick Source: https://github.com/nocquidant/mw-netty Le samedi 11 mars 2017 18:53:13 UTC+1, Nicolas Ocquidant a écrit : > > I have started to implement a middleware in Netty. The middleware is > replying to HTTP calls, but before doing it, it contacts a TCP server. > > I based my work on 2 examples from the Netty folder: HttpHelloWorld* > & HexDumpProxy* > > Unfortunatly, it doesn't scale at all as I get only 6 hits per minute. > So I guess someting is blocking. Could you help me finding what? > > source: https://github.com/nocquidant/mw-netty > > Thanks a lot > --nick > > -- You received this message because you are subscribed to the Google Groups "Netty discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/netty/0a6ad29e-c626-4461-a536-49a38c757d00%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
