CodeIgniter Forums
HIS application - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: HIS application (/showthread.php?tid=7852)



HIS application - El Forum - 04-24-2008

[eluser]HMSgeek[/eluser]
I was wondering whether CI is reliable to handle huge application? Currently, i have a HIS applications and i want to convert it to CI. Any comments


HIS application - El Forum - 04-25-2008

[eluser]HMSgeek[/eluser]
By the way, HIS stands for Hospital Information System.


HIS application - El Forum - 04-25-2008

[eluser]Kryptonian[/eluser]
Of Course. What things were you thinking that CI can't handle?


HIS application - El Forum - 04-25-2008

[eluser]HMSgeek[/eluser]
[quote author="Kryptonian" date="1209129009"]Of Course. What things were you thinking that CI can't handle?[/quote]

Well. I'm very new with CI and not sure whether it can handle;

1. Concurrent users
2. Concurrent script queries
3. Concurrent report generation.

Please advice.


HIS application - El Forum - 04-25-2008

[eluser]nirbhab[/eluser]
As you all know CI is a framework.
It provides a very easy and simple way to arrange our files in MVC pattern.

It would totally depends upon you how you create or extend it.
Server Support is must: how fast is your Live Server and handling multiple thread requests.
How fast is your DB server, and even the Shared Hosting also matters to the Performance of your Application.

While in regarding CI, It would always help you to enhance your Application.
buddy you can surely continue using CI for your HIS.