Hi, I’m not sure I understand your question.
In the other threads, my proposal was to: 1. Use scr to run the controller component. This component activate basically starts the HTTP listener. 2. The http listener creates a thread on request doing the logic. (Maybe I don’t fully understand your use case) Thoughts ? Regards JB > Le 30 août 2020 à 09:15, Steinar Bang <[email protected]> a écrit : > > Are there rules that should be followed for DS components' constructors > and @Activate methods? > > I.e. stuff like > 1. Not run for a too long time (e.g. not block, waiting for an HTTP response) > 2. Not fail (i.e. never throw an exception) > 3. Other? > > Thanks! > > - Steinar >
