cancel
Showing results for 
Search instead for 
Did you mean: 

What is RemotePutWait?

Breck_Carter
Participant
1,344

Is it meaningful? if so, what constitutes a "too large" number?

The mainstream SQL Anywhere docs are virtually silent:

RemoteputWait Returns the number of remote put waits.

but elsewhere on the web there more detail can be found:

RemoteputWait The number of times the communication link has had to wait because it does not have buffers available to send information. This statistic is collected for NetBIOS and IPX protocols only.

Former Member

"This statistic is collected for NetBIOS and IPX protocols only". Isn't that the answer to your "Is it meaningful" question?

Accepted Solutions (1)

Accepted Solutions (1)

ian_mchardy
Advisor
Advisor

When the server is attempting to send a packet to the client (or an other server for diagnostics or mirroring), and it needs to block because it is already processing a send, then this counter is incremented. Typically this will only occur if the server is sending data faster than the client (or possibly the network in the case of TCP/IP) can receive it. It does not indicate an error condition.

Answers (0)