Hello,
I have an XData Server that uses Devart IBDAC database components and I am observing a curious behavior when multiple calls to any single method comes in.
My expectation was that every call would be serviced in it’s own thread. Instead, what I am seeing seems to indicate that I am using a single thread to service multiple calls.
Can you point me to any article, or documentation that talks about setting up an xData server properly. I followed a few videos from Holger but I probably missed something he did.
However, I can’t quite put my finger on it. Is there any example that I could take a look that handles multiple requests from connections that I can use to compare with what I am doing?
Any pointers will be appreciated.
Thanks,
Alan