Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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.

asked 19 Nov '11, 06:28

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

1

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

(19 Nov '11, 07:49) Tom Slee

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.

permanent link

answered 21 Nov '11, 13:07

Ian%20McHardy's gravatar image

Ian McHardy
3.4k23557
accept rate: 40%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×275

question asked: 19 Nov '11, 06:28

question was seen: 1,234 times

last updated: 21 Nov '11, 13:07