That's right Cristopher! Tomcat has a file called server.xml, and in this
file there is a parameter (ajpv12) that I can configure,  what is the
maximun number of threads that is allowed in the pool of threads(which, by
default is... 50. +/- less the number that I've found(40).)

Here http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html. (Tomcat
user guide) says how to do it.

Thank you very much,


Julio Cesar
-----Mensagem original-----
De: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]Em nome de
Christopher K. St. John
Enviada em: segunda-feira, 22 de outubro de 2001 12:29
Para: [EMAIL PROTECTED]
Assunto: Re: Upload Servlet Benchmark


ramneek singal wrote:
>
> Julio Cesar wrote:
>
> > I'm using the Upload Servlet from the Jason Hunter Book
> > to control copy some files ... I've to upload up to
> > 100 files ( going from 20MB to 50MB), **simultaneously**.
> > I would like to know what if a Pentium II machine with
> > 256MB RAM (Running Red Hat 7.1, Tomcat 3.2.3, Apache 1.2.19)
> > can handle the whole thing?
>
> No, this will not be possible the way ur doing.may be u can
> add a FTP server to ur system to do file exchange.
>

 Julio Cesar might have to do some tuning of the server
parameters, but it seems like it should be possible to
do what he wants. What limitation would prevent it from
working?


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
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

___________________________________________________________________________
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