About Question enthuware.jwpv6.2.691 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
ETS User

About Question enthuware.jwpv6.2.691 :

Post by ETS User »

I think it is necessary to add valid "session" parameter to explanation to make it clear that "taglib" is the correct answer.

admin
Site Admin
Posts: 10053
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.jwpv6.2.691 :

Post by admin »

The explanation has been updated.
Thank you for your feedback!
If you like our products and services, please help us by posting your review here.

goetz
Posts: 11
Joined: Wed Jan 18, 2012 8:32 am
Contact:

Re: About Question enthuware.jwpv6.2.691 :

Post by goetz »

Explanation under isThreadSafe:
The JSP standard allows multiple instances of a JSP to exist for JSPs that are not thread safe. This enables the container to handle requests more efficiently .
However, the JSP spec says regarding isThreadSafe:
Indicates the level of thread safety implemented in the page. If false then the JSP container shall dispatch multiple outstanding client requests, one at a time, in the order they were received, to the page implementation for processing.
It seems the spec is mandating the container to serialize access against a single JSP servlet instance? This goes against what the Servlet spec says regarding SingleThreadModel, which allows implementation to serialize OR create multiple instances.

Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests