E
edsuslen
I am using multi threading per customer ( currently 2 only ) to send
http request for data pooling / pushing.
It looks like if one thread is in process of pooling data, the other
thread is waiting until that process is finished.
I am using Utils dll with HTTPSend class to be called for http Send.
What am I doing wrong?
http request for data pooling / pushing.
It looks like if one thread is in process of pooling data, the other
thread is waiting until that process is finished.
I am using Utils dll with HTTPSend class to be called for http Send.
What am I doing wrong?