Which hosting will let me execute my own EXE with PHP?
Posted
by guitar-
on Stack Overflow
See other posts from Stack Overflow
or by guitar-
Published on 2010-04-12T02:45:30Z
Indexed on
2010/04/12
2:53 UTC
Read the original article
Hit count: 434
I have a task that PHP (or any server-side scripting language) isn't practical for. It involves a lot of file I/O, processing, etc. and it will execute a lot faster using the program I made in C instead of PHP.
Do any hosts allow you to upload your own EXE files and run them on the server using PHP's exec, shell_exec, etc. functions?
Do you need a dedicated server to do this?
Also, I don't know if Facebook's PHP HipHop is out yet, but I really don't want to use that.
© Stack Overflow or respective owner