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 714
Next
In Process
monkey
  • 0
monkeyEnlightened
Asked: August 8, 20212021-08-08T04:02:25+00:00 2021-08-08T04:02:25+00:00In: Java

Tác dụng cụ thể của MultiThreading trong các ứng dụng Java web cụ thể là như thế nào?

  • 0

Xin chào mọi người.Trong quá trình tự tìm hiểu thì em có thấy mọi người nói là học Java là chắc chắn phải biết về MultiThreading nên em cũng có tìm hiêu 1 tí về nó.Nhưng bản thân em cũng đã tiếp xúc với Java web đã được 1 thời gian rồi mà em vẫn chưa biết tác dụng cụ thể của MultiThreading trong các ứng dụng Java web cụ thể là như thế nào ạ?
Và cho em hỏi thêm là MultiThreading có phải là 1 thế mạnh của Java so với các ngôn ngữ khác không ạ?

javamultithreading
  • 4 4 Answers
  • 154 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

4 Answers

  • Voted
  • Oldest
  • Recent
  1. tvd12 Enlightened
    2021-08-08T04:08:33+00:00Added an answer on August 8, 2021 at 4:08 am
    This answer was edited.

    Đây cũng chính là một trong những nhược điểm của việc sử dụng thư viện em ạ, đó là không biết được những thứ hay ho ở dưới.
    Để biết được MultiThreading với java web được sử dụng thế nào, em hãy tải visualvm về nhé, em sẽ xem được kiểu thế này:

    Em có thể thấy một loạt các thread với các trạng thái xanh đỏ tím vàng, đây là các thread làm nhiệm vụ xử lý I/O và các thread dành cho xử lý request và response của em, thông thường em sẽ không cần phải tạo thêm các thread nữa.

    Số thread trong một server là hữu hạn, nên nếu việc xử lý request quá chậm sẽ dẫn đến hết thread và server của em sẽ bị treo nhé, đây người ta gọi là DDoS

    Multi-Threading đương nhiên là một thế mạnh của java so với rất nhiều ngôn ngữ khác rồi em ạ. Vì sao vậy? Các framework khác như nodejs, dart, … đều cố gắng đưa tất cả về single thread bằng cách giấu đi việc xử lý thread phức tạp ở dưới, để dev không cần lo về lock, synchronize các thứ. Tuy nhiên là lại phải đẻ ra các từ khoá async, await và các hàm callback để dev không làm block cái main thread. Chính vì vậy mà dev sẽ bị cái vòng kim cô async siết chặt, làm giảm khả năng sáng tạo với nhiều mẫu lập trình khác nhau. Còn với Java hay các ngôn ngữ thuần tuý multithread như C#, C/C++ với các từ khoá volatile, synchronize, lock sẽ cho em khả năng sáng tạo vô tận nhé

    • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
    • hovanvydut Beginner
      2021-08-08T15:27:49+00:00Replied to answer on August 8, 2021 at 3:27 pm

      Thanks anh nhiều, nhờ comment này em mới biết tool như visualVM. Mà anh cho em hỏi là nodejs nó single thread nhưng asyn thì bên dứoi bản chất async đó nó vẫn tạo mới các thread để giải quyết các tác vụ async à anh?

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report
      • monkey Enlightened
        2021-08-08T15:33:18+00:00Replied to answer on August 8, 2021 at 3:33 pm
        This answer was edited.

        Đúng rồi em ạ, em tham khảo bài viết này nhé: https://tvd12.com/asynchronous/

        • 0
        • Share
          Share
          • Share on Facebook
          • Share on Twitter
          • Share on LinkedIn
          • Share on WhatsApp
          • Report
  2. dohai2105
    2021-08-08T05:20:59+00:00Added an answer on August 8, 2021 at 5:20 am
    This answer was edited.

    Trước dự án mình có làm chức năng submit form xong tạo 3 4 file xong trả result cho người dùng, làm bình thương tuần tự tạo file kết quả trả hơi lâu, sau dùng nhiều thread tạo file 1 lúc thì kết quả ra nhanh hơn cỡ 2 lần.

    • 0
    • 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 823
  • Answers 1k
  • Best Answers 80
  • Users 334
  • 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 Anh thấy chỉ cần lúc tạo bảng em cứ khai… January 20, 2023 at 4:28 pm
  • monkey
    monkey added an answer 1. Anh chưa hiểu là cơ sở dữ liệu của… January 16, 2023 at 9:55 am
  • monkey
    monkey added an answer Em có thể tham khảo 2 lớp này: https://github.com/youngmonkeys/ezymq/tree/master/ezymq-kafka/src/main/java/com/tvd12/ezymq/kafka/serialization. Ở… January 16, 2023 at 6:34 am

Related Questions

  • Hồng Quân Nguyễn

    Synchronous Redis trong Spring boot

    • 1 Answer
  • Hồng Quân Nguyễn

    kafka serializer và deserializer

    • 3 Answers
  • Nguyễn Thái Sơn

    Nhược điểm dependency Injection

    • 1 Answer

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 orm otp message paginaiton pagination pancakeswap panic partition pdf pgpool phỏng vấn plugin pointer postgresql 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 spring boot springboot spring data jpa spring redis spring security springsecurity 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