How to load the servlets faster - TechRepublic
General discussion
March 28, 2001 at 02:05 PM
vladimirnaval

How to load the servlets faster

by vladimirnaval . Updated 25 years, 3 months ago

I’ve noticed that the first access to a servlet by a client is slow. But succeeding requests become faster. I know that only 1 instance of a class is needed to make several request. That is why the succedding requests are faster. But the question is: How do I make the first request for the server to load faster?

This discussion is locked

All Comments