[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ping timeout?
On Nov 02, James Waldrop wrote:
| The first 10 or so messages come back relatively quickly, but after that
| you can continue to send them and not get anything back from the server.
| Eventually you may or may not see a PING, and even if you PONG back you
| still get timed out.
you will always see a PING when it comes, unless you spend
too much time not processing incoming traffic from the
server,
furthermore, seeing it doesn't matter if you're always
sending data.
| Because we're getting timed out I've been assuming the problem is due to
| a delay in handling the input queue, so I'm focusing my time there right
| now. But I'd love some advice on where else to look, or if someone knows
| what the problem is and how to fix it off the top of their head that'd
| be great too.
you could change Y lines to adjust how often PINGs are sent
(which is also how fast you must reply to them)