1.

How To Make The Result Of Getmaxtransactioncount() Larger Than One?

Answer»

When constructing a SESSION, instead of using NET_HTTP_SESSION_MODE_NORMAL, use NET_HTTP_SESSION_MODE_PIPELINING.

For EXAMPLE:

R = pSession->CONSTRUCT(NET_HTTP_SESSION_MODE_PIPELINING, &proxyAddr, hostAddr, NULL);

When constructing a session, instead of using NET_HTTP_SESSION_MODE_NORMAL, use NET_HTTP_SESSION_MODE_PIPELINING.

For example:

r = pSession->Construct(NET_HTTP_SESSION_MODE_PIPELINING, &proxyAddr, hostAddr, null);



Discussion

No Comment Found