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

                                        Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                                        Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

                                        Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020