Skip to Content
0
Sep 11, 2018 at 09:11 AM

Processing of HTTP requests in ABAP (S/4) system

83 Views Last edit Sep 14, 2018 at 08:59 AM 2 rev

Hi All,

I have a very basic question in how a external HTTP request is processed in an S/4 system.

Are the requests handled by per process or per thread. (terms taken more from the java http world). ?

By threads will mean which already have the objects initialised in memory by the previous request.

By process will mean that the objects are initialised in memory every time which is obviously time consuming and non performant.

In case of a clustered system the request can be load balanced to a new systems which is a separate topic.

Best Regards,

Saurav