View Single Post
06-03-2012, 05:45 PM
#4
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

PHP has command line access (shell_exec()) so you can run the programs you make, there are also MySQL libraries for C. If you aren't familiar with Linux programming doing it C will be no trivial task; everything is hard in C..

What you need to do is see which parts of your program are taking the longest and optimize them.

Reply With Quote