Howdy,

I compared two servlets' source code compiled from JSPs, 
at the beginning of  one jsp I add page directive: 
<[EMAIL PROTECTED] isThreadSafe="false" %>
and  the other, <[EMAIL PROTECTED] isThreadSafe="true" %>.

But the two servlet are the same , I had thought the first 
servlet will implement interface SingleThreadModel, but it
didn't. Could anyone give me a hint?

BTW, jsp compiler (Lomboz) says SingleThreadModel
is deprecated.

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to