Support for actors/asynchronous request handling

2017-08-17 Thread Yasser Zamani
To find out why and how actor model can help Struts2, I searched a lot but just found following [1] at [2]. I wonder if you @dev have anything in your mind about: Why and how actor model can help specifically Struts2 ? I don't mean in detail but if for example there is a general issue exists re

Re: Support for actors/asynchronous request handling

2017-08-17 Thread Dave Newton
On Thu, Aug 17, 2017 at 10:44 AM, Yasser Zamani wrote: > Or if for example we can run interceptors in parallel. That would require developer knowledge since some interceptors are strictly order-dependent. Not impossible, but would require explicit configuration. The only real place I can see act