I will take a look at my RAM and CPU tomorrow when we run our application. I tried upgrading my APE server and got a ton of errors. Below are just a few of them.
libape-spidermonkey.c:3123: error: âJSObjectâ undeclared (first use in this function) libape-spidermonkey.c:3123: error: expected expression before â)â token libape-spidermonkey.c:3124: error: expected expression before â)â token libape-spidermonkey.c:3126: warning: passing argument 2 of âape_fire_callbackâ makes pointer from integer without a cast libape-spidermonkey.c:3126: error: too many arguments to function âape_fire_callbackâ libape-spidermonkey.c:3130: warning: passing argument 2 of âape_fire_callbackâ makes pointer from integer without a cast libape-spidermonkey.c:3130: error: too many arguments to function âape_fire_callbackâ libape-spidermonkey.c:3131: warning: passing argument 2 of âape_fire_callbackâ makes pointer from integer without a cast libape-spidermonkey.c:3131: error: too many arguments to function âape_fire_callbackâ libape-spidermonkey.c: In function âape_cb_leftâ: libape-spidermonkey.c:3136: error: âjsvalâ undeclared (first use in this function) libape-spidermonkey.c:3136: error: expected â;â before âparamsâ libape-spidermonkey.c:3138: error: âparamsâ undeclared (first use in this function) libape-spidermonkey.c:3138: error: âJSObjectâ undeclared (first use in this function) libape-spidermonkey.c:3138: error: expected expression before â)â token libape-spidermonkey.c:3139: error: expected expression before â)â token libape-spidermonkey.c:3141: warning: passing argument 2 of âape_fire_callbackâ makes pointer from integer without a cast libape-spidermonkey.c:3141: error: too many arguments to function âape_fire_callbackâ libape-spidermonkey.c: In function âape_cb_addsubuserâ: libape-spidermonkey.c:3149: error: âJSObjectâ undeclared (first use in this function) libape-spidermonkey.c:3149: error: âsubjsâ undeclared (first use in this function) libape-spidermonkey.c:3151: error: âJSContextâ undeclared (first use in this function) libape-spidermonkey.c:3151: error: âgcxâ undeclared (first use in this function) libape-spidermonkey.c:3151: error: expected expression before â)â token libape-spidermonkey.c:3153: error: âsubuser_classâ undeclared (first use in this function) libape-spidermonkey.c: In function âape_cb_delsubuserâ: libape-spidermonkey.c:3169: error: âJSContextâ undeclared (first use in this function) libape-spidermonkey.c:3169: error: âgcxâ undeclared (first use in this function) libape-spidermonkey.c:3169: error: expected expression before â)â token On Mon, Sep 13, 2010 at 1:33 AM, <[email protected]> wrote: > Hi, > > Yes, you should update to git version. > Btw, how many %RAM/CPU does your server use when it starts to lag ? > > Cheer, > Anthony > > On Sun, 12 Sep 2010 23:20:45 -0700 (PDT), crusherdestroyer > <[email protected]> wrote: > > I have been running APE for awhile now and it's great. The only > > concern that I currently have is when using inline push, it seems like > > it can begin to lag a little bit over time. For example, if my server > > has been up for a few months, inline push seems to lag. Restarting > > APE does not see to help, but rebooting my server does seem to fix > > it. Are there any memory leaks or other issues that could be causing > > this in version 1.0? Would upgrading to the most recent version at > > git be beneficial? > > > > Thanks for all your help. > > > > Ryan > > -- > 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]<ape-project%[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/ > -- 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/
