Hi All,
Very recently I will be involved in a php project where a huge traffic is expected . Though load balancing could be done by some tweaking in htaccess but I have also heard that C/C++ could be used to interact with database so that only front end could be made of PHP hence the site will be running faster and will be capable of handling lots of traffic.
I wonder if it is possible to make such a system where C/C++ could be used as native code for working in the back end and php will just be working on the front end .
Thanks in advance
codexxx
Very recently I will be involved in a php project where a huge traffic is expected . Though load balancing could be done by some tweaking in htaccess but I have also heard that C/C++ could be used to interact with database so that only front end could be made of PHP hence the site will be running faster and will be capable of handling lots of traffic.
I wonder if it is possible to make such a system where C/C++ could be used as native code for working in the back end and php will just be working on the front end .
Thanks in advance
codexxx
Comment