On 12/19/06, Scott Carr <[EMAIL PROTECTED]> wrote:

adduser can be an unlimited amount of times.  I want to process the
lines as they come into the Servlet, that way a seperate process could
be doing something to complete each of the tasks, while I am in the
process of working on reading the lines.

"unlimited" is kind of vague -- are you talking hundreds, thousands?
How time-consuming is the processing of each "adduser"?

I doubt you really want to start a separate thread for each one :-)

--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to