| dsunny 2007-06-02, 1:28 am |
|
hi,
We are developing an application to run on websphere portal. Our requirements are to process 2 different requests at the same time.
Here is an example.., we had 2 portlets with IFrame skin that are on the same page. One of portlets say portlet 1 processing time takes longer than say 2 minutes (action phase + render phase). I submitted a transaction from portlet1. Now I come to portle
t2 and did a submit. My portlet2 processing is not starting until and unless portlet1 processing is completed.
Following is the interesting websphere portal message I found.
EJPEJ0096E: Your previous request is still being processed. Wait a few moments and try again.
Explanation: For each session, only one request can be processed at any given moment.
what I understood from the above message., all the requests from a given session are processed sequentially. Could you please help me in this issue.
THanks...
|