Martijn a écrit :
Hi,
I've been playing with Ape for some time now and I am thinking of
implementing Ape in one of companies applications.
The one problem I am facing is the build-in 25 seconds Ape-client uses
to reconnect to the Ape-server.
So, 1.000 clients x 2 connections per minute makes 2.000 connections
every minute. Is this really necessary?
Is there maybe an option to configure this 25 seconds?
Thanks!
Hi,
Indeed this is the case with long polling.
You can tune this setting in both server-side and client-side.
Server :
main.h TIMEOUT_SEC
Client :
http://www.ape-project.org/docs/client/core/constructor.html (pollTime)
Btw, be aware that some client firewall closes the TCP connection on
idle time (QoS).
Anthony
--
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/