NewPracticer / HighConcurrency

高并发基础知识
Apache License 2.0
0 stars 0 forks source link

why can you archive High concurrency #1

Open fizz12344321 opened 2 years ago

fizz12344321 commented 2 years ago

Hi, i am reading your project and i am interesting it, but i have a question, why can you archive High concurrency in your app, can you tell me how can you do it, the pros and cons when using it, thank u so much

NewPracticer commented 2 years ago

In the app,I use netty as the communication framework to archive High concurrency. In the program,I ever used one app to control another apps . The only one app as a server communicate with other apps,and It's also a client communicate with the Cloud Server

fizz12344321 commented 2 years ago

thank u, and i see u are using Disruptor, can u tell me your purpose