_maintainSession: function() {
            if(this.getUserData("polling")) {
                this.fireApplicationEvent("maintainsession", {
                    a: this.getUserData("a")
                });
                setTimeout("this._maintainSession",  60000);
            }
        }

Its giving me error "too much recursion". I am using this recursion function
to maintain my session alive in qooxdoo as well as on my apache server
during specific operation(Which takes lot if time to perform on server end).

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/too-much-recursion-using-setTimeout-tp6294647p6294647.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to