Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why would I need Servlets or JSPs?

JSPs servlets
0
Posted

Why would I need Servlets or JSPs?

0

Perl scripts are great for quickly creating a small database search or prototyping a site with dynamic pages. But once a site starts getting a large amount of traffic, Perl’s process-per-user architecture starts to become detrimental. Once the number of hits passes a certain threshold, no machine can handle the number of Perl processes necessary to handle user requests. Java servlets offer a multithreaded means of handling high-volume sites that avoids these problems and allows scalability to be designed- in from the start.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123