hello there , can you please help me with this: my application is multitier application . applets run at end user and all the execution report data is appended in one string buffer , whenever applet is destroyed - all this data is sent to "MYServlet" on the server , "MYServlet" parse this data and according to given logic inserts figures in the database. now can you please tell me that how should my servlet be designed and what webserver and java application server should i use to achive maximum scalability that it handles the report parsing coming from massive number of end users at the same time running jdbc queires as well , i have implementd entire code of my applets and the servlet "MYServlet" but i am worried about whether this sigle servlet can handle big big number of end user at any given time concurrently. waiting for your reply. thanks in advance.
[This message has been edited by ray bond (edited September 14, 2001).]