Victor Ng wrote:
Am I correct in thinking that Webware shares servlet instances between incoming requests?

If that's the case - is there a way to kick webware into the equivalent of 'SingleThreadModel' where I have a different instance of the servlet for each request thread?

The default is servlets aren't shared, but they are reused (i.e., pooling). You can control this a bit with canBeThreaded and canBeReused (defined in WebKit.Servlet).


Ian


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to