![]() |
Can CI handle it? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Can CI handle it? (/showthread.php?tid=30937) |
Can CI handle it? - El Forum - 05-31-2010 [eluser]Petsoukos[/eluser] Hi there, Can CI handle simultaneous request in the order of >1k per second? Thanks! Can CI handle it? - El Forum - 05-31-2010 [eluser]awpti[/eluser] I'm sure if you properly used caching/fragment caching, you could. Granted, it's tough to get a single server to crap out 1k req/sec on much other than static content. Can CI handle it? - El Forum - 06-01-2010 [eluser]WanWizard[/eluser] Let's say that CI is probably not the bottleneck in this case... Can CI handle it? - El Forum - 06-01-2010 [eluser]Zack Kitzmiller[/eluser] Exactly. CI Isn't going to be an issue at that point. IO probably is. "frameworks don’t scale, architectures do" Can CI handle it? - El Forum - 06-01-2010 [eluser]Jamie Rumbelow[/eluser] Your biggest bottlenecks will be your server and database. Get that right, and CI will scale like, urm, a whisteria. Jamie Can CI handle it? - El Forum - 06-01-2010 [eluser]John_Betong[/eluser] [quote author="Jamie Rumbelow" date="1275437900"]Your biggest bottlenecks will be your server and database. Get that right, and CI will scale like, urm, a whisteria. Jamie[/quote] Off Topic: I increased my vocabulary today with a breath of fresh air to a staid subject and ![]() Quote:wis·te·ri·a [wi-steer-ee-uh] Show IPA Can CI handle it? - El Forum - 06-01-2010 [eluser]pickupman[/eluser] That only equals out to 86,400,000 request per day. Can CI handle it? - El Forum - 06-26-2010 [eluser]Petsoukos[/eluser] If the requests are constant at 1k/sec ![]() |