2017-08-21 19:03 GMT+02:00 Yasser Zamani <yasser.zam...@live.com>:
> @Lukasz, maybe I did not understand well but I studied and saw Struts
> already allows calling same action in same time in parallel. What Struts
> does not have now is SERVER SIDE ASYNC REQUEST PROCESSING. My studies
> show async servlets don't mean client receives the response immediately
> (async servlets do not make any sense in client point of view) but they
> are all about server side. i.e. they back the thread immediately to
> thread pool and when processing finished, they pool a thread to send
> response to client (i.e. threadS-per-request). Did you mean such
> mechanism in action level?

Yes, but it's a Servlet's mechanism not Struts' - I thought about
something similar to ExecAndWait result we have now or async servlets
in Servlet 3.0


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to