No problems... only thing is that the logic in your servlet goes complex. For example, in Struts - the "Action Servlet" handles all incoming requests (generally to /do/* or *.do mappings)
-- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com On Nov 25, 3:48 am, Ross McKinnon <[email protected]> wrote: > Hi there, > > Just a quick question regarding performance of Servlets... > > My App is database driven and was wondering if performance is affected > if there are multiple servlets opposed to one single servlet to handle > all requests? > > Thank you > > Ross -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
