I am seeing an issue where clients connected to my ape sever are
randomly being disconnected.  I can find no pattern to the problem but
some users are much more prone to it than others.  The cause of the
disconnect is that the idle value is not being updated on the server
and a timeout occurs.  I set up a timer to guarantee that my clients
send a command every 20 seconds so that the 45 second timeout is not
reached.  When the problem happens, I see that the server does receive
an event notification for that user for those commands I send every 20
seconds.  I am still unsure if the problem is the client not sending
the cmd or the server not receiving it properly.

Has anyone else seen this issue?  This has been a difficult issue for
me to debug because it happens so infrequently.  I however need to
find a solution to it.

I am using the default transport protocol and all my clients are
connected to two channels.

-Jason

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to