SingleThreadModel merely implies that each Servlet object only handles one request at a time. Many servers will create a pool of object instances for each SingleThreadModel Servlet, and route each request to a new instance. This can allow for as many concurrent database operations as there are Servlet instances in the pool.
Does anybody know how to configure iPlanet WebServer Enterprise v4.1 so that you make it create a pool of instances of servlets which implement the SingleThreadModel. Thanks, Joe listserv@eircom.net