Welcome Guest, Not a member yet? Register   Sign In
not possible to call CI controllers simultaneously?
#2

[eluser]Crafter[/eluser]
I don't think its true that CI will disallow simultaneous calls. (Theoretically) Each call is made as a seperate call to your web server, who then hands this off to your CI application. The web requests work in a connection-less environment - that it - the webserver connects, sends the data, then disconnects from the browser.

I'd like to ask why you are doing an infinite loop. It is perhaps not your browser that is spending CPU time in the loop. The Prototype ajax library has a way of periodically sending Ajax requests without sitting in a tight loop. Not sure which Javascript library you are using.


Messages In This Thread
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 12:50 PM
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 01:46 PM
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 01:57 PM
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 02:18 PM
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 02:38 PM
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 04:16 PM
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 04:27 PM
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 07:13 PM
not possible to call CI controllers simultaneously? - by El Forum - 08-12-2007, 07:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB