Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
Continue with Facebook
or use


Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
Continue with Facebook
or use


Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Continue with Google
Continue with Facebook
or use


Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Stack Ask

Stack Ask Logo Stack Ask Logo

Stack Ask Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Contact Us
Home/ Questions/Q 730
Next
Answered
monkey
  • 1
monkeyEnlightened
Asked: August 8, 20212021-08-08T08:58:57+00:00 2021-08-08T08:58:57+00:00In: EzyFox Server

Điểm vượt trội của EzyFox Server so với Netty là gì?

  • 1

Điểm vượt trội của EzyFox Server so với Netty là gì?

ezyfoxservernetty
  • 1 1 Answer
  • 188 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

1 Answer

  • Voted
  • Oldest
  • Recent
  1. Best Answer
    tvd12 Enlightened
    2021-08-08T08:59:58+00:00Added an answer on August 8, 2021 at 8:59 am
    This answer was edited.
    1. Netty chỉ quản lý đến mức channel, nhưng fox quản lý đến mức user, tức là một user có thể có nhiều thiết bị cũng ok, còn netty thì em phải tự code phần này
      tức là 1 user sẽ có nhiều channel đã được code sẵn rồi
    2. Fox cung cấp sẵn Message Pack và Json codec trong khi Netty thì chưa
    3. Fox cho phép sử dụng SSL một cách mềm dẻo, nghĩa là bạn có thể chọn ra các command mà bạn muỗn mã hoá, từ đó tăng hiệu năng đáng kể
    4. Netty không cung cấp cơ chế anti flooding, fox cung cấp cơ chế này, đảm bảo mỗi một channel chỉ có tối đa một số lượng request nhất định, đảm bảo không user nào có thể request làm chết server
    5. Anh không rõ netty có phân phối đều việc xử lý request và ghi xuống client không, nhưng fox thì xử lý kiểu vậy nó kiểu băng đạn tròn, xoay vòng, mỗi channel sẽ được lấy ra 1 request khỏi queue xử lý rồi vào queue ngay, đảm bảo tài nguyên được phân phối đều cho tất cả user
    6. Fox gom chung việc xử lý logic về làm 1, Fox server hỗ trợ cả 3 giao thức, TCP, UDP, Websocket, nhưng khi xử lý logic thì sẽ gom chung về 1 chỗ, Netty cũng làm được vậy nhưng dev sẽ phải viết thêm code
    7. Netty sử dụng chain of responsibility design pattern, tức là một luồng sẽ bao gồm deserialize dữ liệu, handle request, response, serialize dữ liệu, nhưng như vậy khi broadcast message sẽ gặp vấn đề là thằng nào cũng phải trải qua quá trình đấy, nên nó giảm hiệu năng, fox thì chỉ serialize 1 đối tượng ra byte và sau đó trả cho tất cả client, từ đó hiệu năng được tăng lên
      nếu sửa lại cái pattern của Netty để serialize byte trước khi gửi xuống toàn bộ client thì ngang với đi viết lại 1 phần ko nhỏ của Netty rồi
    8. Netty không hỗ trợ IoC và Dependency Injection, trong khi fox đi theo hệ sinh thái của mình nó có đầy đủ thư viện để giúp cho 1 lập trình viên code như đã từng làm việc với các framework như spring
    9. Netty không cung cấp các thư viện client, trong khi đó fox cung cấp đầy đủ các sdk cho mọi client phổ biến nhất
    10. Fox đi theo hệ sinh thái chứ không chỉ đơn thuần là 1 framework về lập trình nên cũng giống như spring nó sẽ là một hệ sinh thái support dev đến tận răng, dev sẽ chỉ cần tập trung vào code nghiệp vụ mà thôi
    11. Nếu thử code bằng Netty và fox cho cùng 1 code logic, fox sẽ tiết kiệm bộ nhớ hơn, về hiệu năng thì sẽ cần đo và kiểm chứng
    12. Fox cài đặt sẵn command ping pong với chỉ phí nhỏ nhất, để client giữ kết nối với server, khi không nhận được ping pong trong 1 khoảng thời gian, server sẽ tự kill session kết nối đến client đó đi, trong khi với Netty bạn sẽ phải tự cài đặt
    13. Fox phân chia server thành các thành phần logic như Zone, App, Plugin người dùng chỉ cần quan tâm đến xử lý nghiệp vụ mà thôi
    14. Fox cho phép dễ dàng thêm mới hoặc bỏ đi các thành phần thông qua cấu hình file xml
    • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

You must login to add an answer.

Continue with Google
Continue with Facebook
or use


Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question

Stats

  • Questions 826
  • Answers 1k
  • Best Answers 80
  • Users 338
  • Popular
  • Answers
  • monkey

    [Deep Learning] Làm thế nào để xác định được cái ...

    • 16 Answers
  • Thành Vương

    Bug sai đường dẫn khi config ckeditor lên live

    • 14 Answers
  • Tú Trần Anh

    [Ezyfox Server] Unity game client không gửi được command khi ...

    • 12 Answers
  • tvd12
    tvd12 added an answer 1. Anh không hiểu tại sao em lại cần phải… February 4, 2023 at 7:50 am
  • tvd12
    tvd12 added an answer Cái này anh thấy là em đang gửi dữ liệu… February 4, 2023 at 7:46 am
  • monkey
    monkey added an answer Đây em: class Event{} class Room{} class EventRoom{eventId, roomId} February 2, 2023 at 9:07 am

Related Questions

  • Manh Cuong

    Lỗi khi run các example

    • 3 Answers
  • Mathis Favier

    [Easyfox-server] null pointer Exception on user repo while trying to ...

    • 4 Answers
  • Duy Nguyễn

    Cannot access to local IP address 127.0.0.1

    • 6 Answers

Top Members

tvd12

tvd12

  • 76 Questions
  • 1k Points
Enlightened
monkey

monkey

  • 122 Questions
  • 1k Points
Enlightened
Nguyễn Thái Sơn

Nguyễn Thái Sơn

  • 205 Questions
  • 307 Points
Enlightened

Trending Tags

#formatdate .net .net core .net oop abstract class access app access token ai analytics android ansible anti-flooding apache poi api app architecture artificial intelligence assembly async asyncawait atomicboolean authentication backend backend nestjs background bash script batch bean big project binding bitcoin blockchain blog boot-nodes branch british btree bucket4j buffered build bundle c# c# .net cache caching callback career career path cast centos chat cloud cloud reliability commit communication company computer science concurrent config-css connection pool content-disposition contract convert date to number cookie cors cosmos cosmos-sdk crawl data cron css database database migration datasource datastructure deadlock decentralized exchange deep learning deploy contract design-pattern design patterns devops dex di distraction programing dns docker download draw.io du học duration dữ liệu lớn eclip editor elasticsearch email employee english erc20 erc721 estimation eth ethereum ethereum login excel exception exception handle exception handler executor export compliance extensions exyfox ezyfox ezyfox-boot ezyfox-server ezyfoxserver ezyhttp ezymq-kafka ezyredis facebook fe filter floating point flutter format json freetank french front-end frontend fullstack fulltextsearch future gallery game game-box game-room game-server gateway get get file zip git glide go golang google gorilla graduation thesis graphql grapql grpc guide h2 database handy terminal hazelcast hibernate hibernateconfig html http https hyperloglog image index indexing integration-test intellij interface interview io ioc ipfs isolate issue it java java core javacore javascript java spring javaw java web jenkins jetbrains job join jotform jpa js json json file jsonproperty json to object jsp jsp & servlet junit-test jvm jwt kafka keep promise kerberos keycloak kotlin language languague library list load-balancing load balancer lock log log4j log4j-core login lưu trữ machine learning macos mail mail template main maria db math maven merge message queue messaging metamask microservice microservices migration mobile model mongo monitoring mq msgpack multi-threading multiple tenant multithread multithreading mysql n naming naming convention nan netcore netty networking nft nft game nginx nio node.js nodejs non-blocking io null oop opensource optimize oracle orm otp message paginaiton pagination pancakeswap panic partition pdf pgpool phỏng vấn plugin pointer postgresql postman pre private_key procedure profile programming project management promise properties push-noti push message android push notification python python unicode qrcode question queue rabbitmq reactive reactjs reactjs download readmoretextview recyclerview redis refactor refresh token regex replica repository request resilence4j resource rest resttemplate roadmap ropssten ropsten round robin rust rxjava s3 schedule scheduled scheduled spring boot search security send email send mail server servlet session shift jis singleton sjis slack smart contract soap socket socket server soft delete solution sosanh spring spring-boot-test spring-jpa spring aop springboot spring boot spring data jpa spring redis springsecurity spring security springwebflux mysql spring websocket spring websocket cors sql sql server sse ssl email stackask storage stream stream api stress test structure trong spring boot study synchronize synchronized system environment variables test thread threadjava threadpool thread pool thymeleaf tomcat totp tracking location transaction transfer transfer git udp uniswap unit test unity upload upload file utf-8 file validate validate date vector view volatile vue vue cli watermark web web3 web3 client webassembly webflux webpack websocket windows 11 winforms work zip file zookeeper

Footer

Stack Ask

Stack Ask is where Developers Ask & Answers. It will help you resolve any questions and connect you with other people.

About Us

  • Meet The Team
  • About Us
  • Contact Us

Legal Stuff

  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Help

Follow

© 2021 Stack Ask. All Rights Reserved
Powered by youngmonkeys.org