> When should you have autoreload.classes=false?
> Do you pay any performance price when having
> autoreload.[classes|file]=true?

Yes, for each request, the servlet engine hits the disk to check to see if
any of the classes are new. If so, it reloads those classes.

-jon



----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to