You are not logged in.
Pages: 1
Hi, All
I'm implementing a HTTP server using THttpAPIServer. In my first experience (based on sample 09 - HttpApi web server) I noticed that server behaves like 'mono-thread' (Second request allways waits for the first request to end).
Searching on forum I saw that we need do "clone" THttpAPIServer instance in order for everything works "multi-threaded" as expected!
Unfortunately, I did not find any sample showing how to do that! Does anyone have one?
Thanks in advance!
Offline
Well, Everything I did was put an .Clone(256) after creating HttpAPIServer. Hope this was enough! :-)
Last edited by MagoSchmidt (2017-09-28 14:59:19)
Offline
Pages: 1