> you questions should be moved to the java-apache-users mailing list.
Sorry about this.  I really don't know the slow respond time is the cost
of servlet program that I wrote or due to the nature of Apache web
server or Jeserv.


> what version of apache jserv? 1.0 really isn't very informative since there
> are 4 different beta's now. i suspect that you are using 1.0b3...
you're right I'm using 1.0b3

> you also do not mention which jvm you are using. i suggest that you get jdk
> 1.2 and make sure that it has the JIT turned on.
I'm still using 1.1.4.  You're right I should upgrade it to 1.2

> you also do not mention which version of apache you are using...i hope that
> it is 1.3.6.
I'm using 1.1.3

> you also do not mention the memory consumption of the jvm (ie: the stack
> size)...
How can I find out about the stack size?


> are you making sure to close the outputstream when you are done?
yes.  I do have the closed the outputstream.  I called
HttpServletRequest.getWriter() in the beginning and called close() at
the end.

Thanks for your input.  I should try to upgrade most of the component.

- Thomas -

___________________________________________________________________________
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