Which hosting will let me execute my own EXE with PHP?PHP shared hosting with opcode caching (eg APC)?Setting up my own hostingLocal dedicated hosting space (own hardware).php won't execute but .html will execute php?Dedicated server hosting with your own serverMy own server hosting?index.html will execute PHP codeReading 65k rows hangs PHP/MySQLsetting up PHP 5.6.3 to work with IIS 8 on Windows Server 2012Unexpected and unexplained slow (and unusual) memory performance with Xeon Skylake SMP
"Estrontium" on poster
How come mathematicians published in Annals of Eugenics?
Why does the electron wavefunction not collapse within atoms at room temperature in gas, liquids or solids due to decoherence?
Are wands in any sort of book going to be too much like Harry Potter?
Why do unstable nuclei form?
What's the difference between "ricochet" and "bounce"?
How can it be that ssh somename works, while nslookup somename does not?
My perfect evil overlord plan... or is it?
Integral with DiracDelta. Can Mathematica be made to solve this?
Which spells are in some way related to shadows or the Shadowfell?
Identity of a supposed anonymous referee revealed through "Description" of the report
How is Arya still alive?
Does Thread.yield() do anything if we have enough processors to service all threads?
Can I bring back Planetary Romance as a genre?
Was there a contingency plan in place if Little Boy failed to detonate?
How to avoid making self and former employee look bad when reporting on fixing former employee's work?
Are double contractions formal? Eg: "couldn't've" for "could not have"
Can I use a 11-23 11-speed shimano cassette with the RD-R8000 11-speed Ultegra Shadow Rear Derailleur (short cage)?
Is there a need for better software for writers?
Why is there a cap on 401k contributions?
Is it safe to keep the GPU on 100% utilization for a very long time?
What is the status of the three crises in the history of mathematics?
Probability of taking balls without replacement from a bag question
Has there been evidence of any other gods?
Which hosting will let me execute my own EXE with PHP?
PHP shared hosting with opcode caching (eg APC)?Setting up my own hostingLocal dedicated hosting space (own hardware).php won't execute but .html will execute php?Dedicated server hosting with your own serverMy own server hosting?index.html will execute PHP codeReading 65k rows hangs PHP/MySQLsetting up PHP 5.6.3 to work with IIS 8 on Windows Server 2012Unexpected and unexplained slow (and unusual) memory performance with Xeon Skylake SMP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
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.
windows php hosting
migrated from stackoverflow.com Apr 12 '10 at 3:13
This question came from our site for professional and enthusiast programmers.
add a comment |
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.
windows php hosting
migrated from stackoverflow.com Apr 12 '10 at 3:13
This question came from our site for professional and enthusiast programmers.
add a comment |
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.
windows php hosting
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.
windows php hosting
windows php hosting
edited Apr 30 at 7:44
Gerald Schneider
6,94832647
6,94832647
asked Apr 12 '10 at 2:45
guitar-
migrated from stackoverflow.com Apr 12 '10 at 3:13
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Apr 12 '10 at 3:13
This question came from our site for professional and enthusiast programmers.
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
You probably will need a dedicated server to do such a thing. Typically the exec function is disabled for obvious security reasons; a shared server would not want an executable such as yours eating tons of CPU time for everyone else.
Perhaps look into cloud hosting, such as Amazon EC2? This way you could start up your own virtual private server and run your application in its ideal environment. Also since you said "EXE" I assume it's a Windows application, and you can indeed run a Windows environment on EC2, whereas most PHP hosts run Linux machines.
add a comment |
Why don't you write a CGI script in C and compile it. You could then take advantage of the speed of a compiled script and still keep in a format that the host is comfortable with.
1
You could even make it a PHP extension or a webserver module if the overhead ofCreateProcess()
is too much for you.
– Alex Jasmin
Apr 12 '10 at 3:33
add a comment |
Nearly Free Speech says that C/C++ is welcome: CGI Support. It's also a great service and very cheap -- even for shared hosting.
If you want a dedicated virtual server, Slicehost, Rimu, and Linode are far cheaper than EC2 if scaling isn't a big issue for you.
add a comment |
You can consider getting a VPS hosting. They're cheaper than dedicated hosting and you pretty much can do whatever you want within your VM sandbox.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f131495%2fwhich-hosting-will-let-me-execute-my-own-exe-with-php%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
You probably will need a dedicated server to do such a thing. Typically the exec function is disabled for obvious security reasons; a shared server would not want an executable such as yours eating tons of CPU time for everyone else.
Perhaps look into cloud hosting, such as Amazon EC2? This way you could start up your own virtual private server and run your application in its ideal environment. Also since you said "EXE" I assume it's a Windows application, and you can indeed run a Windows environment on EC2, whereas most PHP hosts run Linux machines.
add a comment |
You probably will need a dedicated server to do such a thing. Typically the exec function is disabled for obvious security reasons; a shared server would not want an executable such as yours eating tons of CPU time for everyone else.
Perhaps look into cloud hosting, such as Amazon EC2? This way you could start up your own virtual private server and run your application in its ideal environment. Also since you said "EXE" I assume it's a Windows application, and you can indeed run a Windows environment on EC2, whereas most PHP hosts run Linux machines.
add a comment |
You probably will need a dedicated server to do such a thing. Typically the exec function is disabled for obvious security reasons; a shared server would not want an executable such as yours eating tons of CPU time for everyone else.
Perhaps look into cloud hosting, such as Amazon EC2? This way you could start up your own virtual private server and run your application in its ideal environment. Also since you said "EXE" I assume it's a Windows application, and you can indeed run a Windows environment on EC2, whereas most PHP hosts run Linux machines.
You probably will need a dedicated server to do such a thing. Typically the exec function is disabled for obvious security reasons; a shared server would not want an executable such as yours eating tons of CPU time for everyone else.
Perhaps look into cloud hosting, such as Amazon EC2? This way you could start up your own virtual private server and run your application in its ideal environment. Also since you said "EXE" I assume it's a Windows application, and you can indeed run a Windows environment on EC2, whereas most PHP hosts run Linux machines.
answered Apr 12 '10 at 2:47
RicketRicket
2942618
2942618
add a comment |
add a comment |
Why don't you write a CGI script in C and compile it. You could then take advantage of the speed of a compiled script and still keep in a format that the host is comfortable with.
1
You could even make it a PHP extension or a webserver module if the overhead ofCreateProcess()
is too much for you.
– Alex Jasmin
Apr 12 '10 at 3:33
add a comment |
Why don't you write a CGI script in C and compile it. You could then take advantage of the speed of a compiled script and still keep in a format that the host is comfortable with.
1
You could even make it a PHP extension or a webserver module if the overhead ofCreateProcess()
is too much for you.
– Alex Jasmin
Apr 12 '10 at 3:33
add a comment |
Why don't you write a CGI script in C and compile it. You could then take advantage of the speed of a compiled script and still keep in a format that the host is comfortable with.
Why don't you write a CGI script in C and compile it. You could then take advantage of the speed of a compiled script and still keep in a format that the host is comfortable with.
answered Apr 12 '10 at 3:09
lonn
1
You could even make it a PHP extension or a webserver module if the overhead ofCreateProcess()
is too much for you.
– Alex Jasmin
Apr 12 '10 at 3:33
add a comment |
1
You could even make it a PHP extension or a webserver module if the overhead ofCreateProcess()
is too much for you.
– Alex Jasmin
Apr 12 '10 at 3:33
1
1
You could even make it a PHP extension or a webserver module if the overhead of
CreateProcess()
is too much for you.– Alex Jasmin
Apr 12 '10 at 3:33
You could even make it a PHP extension or a webserver module if the overhead of
CreateProcess()
is too much for you.– Alex Jasmin
Apr 12 '10 at 3:33
add a comment |
Nearly Free Speech says that C/C++ is welcome: CGI Support. It's also a great service and very cheap -- even for shared hosting.
If you want a dedicated virtual server, Slicehost, Rimu, and Linode are far cheaper than EC2 if scaling isn't a big issue for you.
add a comment |
Nearly Free Speech says that C/C++ is welcome: CGI Support. It's also a great service and very cheap -- even for shared hosting.
If you want a dedicated virtual server, Slicehost, Rimu, and Linode are far cheaper than EC2 if scaling isn't a big issue for you.
add a comment |
Nearly Free Speech says that C/C++ is welcome: CGI Support. It's also a great service and very cheap -- even for shared hosting.
If you want a dedicated virtual server, Slicehost, Rimu, and Linode are far cheaper than EC2 if scaling isn't a big issue for you.
Nearly Free Speech says that C/C++ is welcome: CGI Support. It's also a great service and very cheap -- even for shared hosting.
If you want a dedicated virtual server, Slicehost, Rimu, and Linode are far cheaper than EC2 if scaling isn't a big issue for you.
answered Apr 12 '10 at 4:05
cowbellemoo
add a comment |
add a comment |
You can consider getting a VPS hosting. They're cheaper than dedicated hosting and you pretty much can do whatever you want within your VM sandbox.
add a comment |
You can consider getting a VPS hosting. They're cheaper than dedicated hosting and you pretty much can do whatever you want within your VM sandbox.
add a comment |
You can consider getting a VPS hosting. They're cheaper than dedicated hosting and you pretty much can do whatever you want within your VM sandbox.
You can consider getting a VPS hosting. They're cheaper than dedicated hosting and you pretty much can do whatever you want within your VM sandbox.
answered Apr 12 '10 at 6:18
sybreonsybreon
7,09711518
7,09711518
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f131495%2fwhich-hosting-will-let-me-execute-my-own-exe-with-php%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown