aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes what do these lines means in servlet 3.0 specification ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "what do these lines means in servlet 3.0 specification ?" Watch "what do these lines means in servlet 3.0 specification ?" New topic
Author

what do these lines means in servlet 3.0 specification ?

gurpeet singh
Ranch Hand

Joined: Apr 04, 2012
Posts: 867

Hi Everybody,

i have started with servlet 3.0 specification and currently on the topic of asynchronous processing. i'm unable to understand the following piece of line . the below lines can be found at section 2.3.3.3 Asynchronous Processing , page 11

The application is responsible to handle concurrent access to the request and response
objects if the async task is executing before the container-initiated dispatch that
called startAsync has returned to the container.


i'm not able to understand what do the lines " if the aysnc task is executing.......has returned to the container " means ?

Thanks


OCPJP 6(100 %) OCEWCD 6(91 %)
 
I agree. Here's the link: jrebel
 
subject: what do these lines means in servlet 3.0 specification ?
 
Similar Threads
RequestDispatcher null? is this possible outcome.
Notifying user using JSF after the Asynchronous session bean method completes
Asynchronous Filter post processing
Forking Problems
Servlet 3.0 Asynchronous Operations