Hi,
Created small test app with THTTPApplication (actually it's sqldbrestbridge app with 3 endpoints), threaded := true, ssl=true etc, and everything works as expected and scales pretty good.
Connecting to my server with telnet myserver.org 51235 shows telnet prompt:
Connected to myserver.org.
Escape character is '^]'.
And thats' fine, but while telnet is waiting for input, other clients cannot connect to the server ?!? it blocks server to accept new connections while telnet app is connected. I don't know how to use OnAllowConnect and discard such connection, or at least free socket for another connection, in that case telnet can wait ....