Nicolas,

Ape client uses long polling by default.  The CHECK commands are to keep the 
connection alive with the server. This is done every 25s (default) so that 
the connection doesn't time out.  The Ape server will automatically end the 
current http request after 40 seconds unless it receives a CHECK or any 
other command from the client.  

After the server receives a command from the client it sends out a QUIT 
raw.  The client then immediately sends a CHECK command to initiate another 
http request which the server keeps open for another 40 seconds.

Hope this helps.
Nathan Tran.

-- 
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