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;








1















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.










share|improve this question















migrated from stackoverflow.com Apr 12 '10 at 3:13


This question came from our site for professional and enthusiast programmers.
























    1















    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.










    share|improve this question















    migrated from stackoverflow.com Apr 12 '10 at 3:13


    This question came from our site for professional and enthusiast programmers.




















      1












      1








      1








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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.






















          4 Answers
          4






          active

          oldest

          votes


















          1














          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.






          share|improve this answer






























            1














            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.






            share|improve this answer


















            • 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


















            0














            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.






            share|improve this answer






























              0














              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.






              share|improve this answer























                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
                );



                );













                draft saved

                draft discarded


















                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









                1














                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.






                share|improve this answer



























                  1














                  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.






                  share|improve this answer

























                    1












                    1








                    1







                    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.






                    share|improve this answer













                    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.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Apr 12 '10 at 2:47









                    RicketRicket

                    2942618




                    2942618























                        1














                        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.






                        share|improve this answer


















                        • 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















                        1














                        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.






                        share|improve this answer


















                        • 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













                        1












                        1








                        1







                        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.






                        share|improve this answer













                        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.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Apr 12 '10 at 3:09







                        lonn














                        • 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












                        • 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







                        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











                        0














                        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.






                        share|improve this answer



























                          0














                          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.






                          share|improve this answer

























                            0












                            0








                            0







                            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.






                            share|improve this answer













                            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.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Apr 12 '10 at 4:05







                            cowbellemoo




























                                0














                                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.






                                share|improve this answer



























                                  0














                                  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.






                                  share|improve this answer

























                                    0












                                    0








                                    0







                                    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.






                                    share|improve this answer













                                    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.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Apr 12 '10 at 6:18









                                    sybreonsybreon

                                    7,09711518




                                    7,09711518



























                                        draft saved

                                        draft discarded
















































                                        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.




                                        draft saved


                                        draft discarded














                                        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





















































                                        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







                                        Popular posts from this blog

                                        Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                                        Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

                                        What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company