I have some code that fire this kind of request very often :
set request = ##class(%Net.HttpRequest).%New()
set request.Server = ... //always the same set request.Location = ... //always the same do request.EntityBody.Write(...) //this is different from one request to anotherdo request.Post() If it was called in a loop I could move the HttpRequest instantiation outside, unfortunately this is not the case. The code is called from lot of different places.
I have been wondering if there is a class in IRIS that already implement a connection pool
Eg: a set of connections is maintained and

.png)
.png)
.png)
.png)


.png)