Re: [DISCUSS] Use GridNioServer in Java thin client

2020-12-04 Thread Igor Sapego
Agree. Great job. Best Regards, Igor On Thu, Nov 26, 2020 at 3:10 PM Ivan Daschinsky wrote: > Pavel, good job and great benchmark results! > > чт, 26 нояб. 2020 г. в 15:01, Pavel Tupitsyn : > > > PR is ready for review [1] > > > > I've added a simple put/get benchmark, there is some performanc

Re: [DISCUSS] Use GridNioServer in Java thin client

2020-11-26 Thread Ivan Daschinsky
Pavel, good job and great benchmark results! чт, 26 нояб. 2020 г. в 15:01, Pavel Tupitsyn : > PR is ready for review [1] > > I've added a simple put/get benchmark, there is some performance > improvement over existing implementation, see results in the PR > description. > > [1] https://github.com

Re: [DISCUSS] Use GridNioServer in Java thin client

2020-11-26 Thread Pavel Tupitsyn
PR is ready for review [1] I've added a simple put/get benchmark, there is some performance improvement over existing implementation, see results in the PR description. [1] https://github.com/apache/ignite/pull/8483 On Fri, Nov 20, 2020 at 10:39 AM Pavel Tupitsyn wrote: > Since there are no ob

Re: [DISCUSS] Use GridNioServer in Java thin client

2020-11-19 Thread Pavel Tupitsyn
Since there are no objections, I've updated the IEP accordingly [1] and started working on it [2] [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-60%3A+Java+Thin+Client+Non-Blocking+Async+IO [2] https://github.com/apache/ignite/pull/8483 On Mon, Nov 9, 2020 at 4:07 PM Ivan Daschinsky

Re: [DISCUSS] Use GridNioServer in Java thin client

2020-11-09 Thread Ivan Daschinsky
I suppose that the best variant -- ability to switch to netty if this lib is in classpath пн, 9 нояб. 2020 г. в 15:58, Igor Sapego : > Sounds like a good idea to me. > > Best Regards, > Igor > > > On Mon, Nov 9, 2020 at 3:32 PM Alex Plehanov > wrote: > > > +1 for using GridNioServer as java thin

Re: [DISCUSS] Use GridNioServer in Java thin client

2020-11-09 Thread Igor Sapego
Sounds like a good idea to me. Best Regards, Igor On Mon, Nov 9, 2020 at 3:32 PM Alex Plehanov wrote: > +1 for using GridNioServer as java thin client communication layer. > > вс, 8 нояб. 2020 г. в 19:12, Pavel Tupitsyn : > > > Igniters, > > > > This is a continuation of "Use Netty for Java th

Re: [DISCUSS] Use GridNioServer in Java thin client

2020-11-09 Thread Alex Plehanov
+1 for using GridNioServer as java thin client communication layer. вс, 8 нояб. 2020 г. в 19:12, Pavel Tupitsyn : > Igniters, > > This is a continuation of "Use Netty for Java thin client" [1], > I'm starting a new thread for better visibility. > > The problems with current Java thin client are: