I have a complex algorithm for a backend portion of a website. I'm trying to research and see if it would be better performance wise to write the application in C and make an exec/system call from php?
The other option would be to code the entire algorithm in php. It would definitely be easier to perform the implementation in C (not sure if the algorithm can even be implemented in php totally), but I don't know the performance of exec.
Thanks for help in advance.
Keith
The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.
The other option would be to code the entire algorithm in php. It would definitely be easier to perform the implementation in C (not sure if the algorithm can even be implemented in php totally), but I don't know the performance of exec.
Thanks for help in advance.
Keith
The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.