I've been experimenting with the new APE 1.1.0, and it appears that it
works until memory consumption of the aped process reaches 1.9% and
then whenever I attempt to post some data I get
Array ( [time] => 1301590992 [raw] => ERR [data] => Array ( [code] =>
001 [value] => BAD_PARAMS ) ) )
I can open a channel and I see this in ape.log:
2011-03-30 15:58:21 - src/users.c:180 - New user - (ip : 2.my.ip.69)
So it appears to recognize that somebody has joined the channel and is
listening. Also, the page I have set up that listens to the channel
sends no errors, it includes the js file and its allocated a numbered
subdomain like it should (4.mydomain.com, for example).
My main.ape.js looks like this:
Ape.addEvent("init", function() {
include("framework/mootools.js");
include("framework/Http.js");
//include("framework/userslist.js");
include("utils/utils.js");
include("commands/proxy.js");
include("commands/inlinepush.js");
//include("examples/nickname.js");
//include("examples/move.js");
//include("utils/checkTool.js"); //Just needed for the APE JSF
diagnostic tool, once APE is installed you can remove it
//include("examples/ircserver.js");
//include("framework/http_auth.js");
});
I've commented out some stuff that I didn't think I needed. This
configuration works on an earlier installation (1.01a I believe). The
problem with the earlier version is memory consumption, but it seems
to happen at a higher percentage (round about 15-20%).
I have tried using the older JSF and the newest one I could find on
github, behavior appears to be identical.
I have fixed the older installation by running a cronjob every 6 hours
to restart the ape process.
Any advice or suggestions would be a huge help, thank you!
--
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/