In Multi-Threaded programming, multiple threads are executing
concurrently that improves the performance because CPU is not idle
incase some thread is waiting to get some resources. Multiple threads
share the heap memory, so it’s good to create multiple threads to
execute some task rather than creating multiple processes. For example,
Servlets are better in performance than CGI because Servlet support
multi-threading but CGI doesn’t.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers