All:

While developing a servlet I generally recompile and copy (overwrite) the
servlet to the servlets directory in my JRun distribution tree.  This, of
course, is so that my newly compiled servlet will be dynamically reloaded
when it comes time to run the servlet.

Once the servlet has reached maturity and the code is more or less frozen,
would you, the members of this list, say that it is better to place the
"finished" servlets into a class directory where they are stored more
permanently?

I would assume that there is some overhead involved when the servlet engine
checks the timestamp on the servlet that is being requested.  Does this
overhead go away if the servlet is placed in a more permanent directory?

Thanks,

Brian

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to