Thanks for your reply. But that was not the reason of my problem. I
tried to write a servlet beeing as simple as possible (See attachment).
The Servlet is configured as a 'startup servlet' , so it is initialized
when the server is started.
<<MessageServlet.java>>
> -----Urspr�ngliche Nachricht-----
> Von: Amarnath Nanduri [SMTP:[EMAIL PROTECTED]]
> Gesendet am: Dienstag, 6. April 1999 08:36
> An: [EMAIL PROTECTED]
> Betreff: Re: Response time of the HTML POST command
>
>
> Depends on what kind of data you are generating in your servlet. Are
you
> opening and closing any database connections?
>
> Also the first time the servlet is invoked, it has to be loaded into
> memory. This takes time. The next time this servlet is run, it will
have a
> faster response time ( as it is already loaded ). Hope this helps.
>
> Cheers,
> Amar..
>
>
MessageServlet.java