fjtrooper Posted May 4, 2011 Posted May 4, 2011 Hello!! First of all, GOOD JOB!!!! I'd like to know what do you recomend? Standalone server or under apache? thanks!!! Quote
Administrators Farshad Mohajeri Posted May 4, 2011 Administrators Posted May 4, 2011 Hello!! First of all, GOOD JOB!!!! I'd like to know what do you recomend? Standalone server or under apache? thanks!!! If you don't want to dedicate a port or run several uniGUI apps on same port you need to deploy your app as ISAPI module. In this case IIS or Apache will be your server. In other cases when you want to dedicate a port to an app you can use internal server. (Standalone server) Quote
fjtrooper Posted May 4, 2011 Author Posted May 4, 2011 Ok, but ... Does one works better than the other? If I don't mind to dedicate a port.... would you recommend one? Quote
Administrators Farshad Mohajeri Posted May 5, 2011 Administrators Posted May 5, 2011 Ok, but ... Does one works better than the other? If I don't mind to dedicate a port.... would you recommend one? I prefer ISAPI module over standalone. If your software is not fully debugged and your server crash ISAPI module can be re-loaded into memory. Standalone server must be restarted manually. If you want to run in standalone mode then deploy it as a Windows service. Among ISAPI servers IIS has better security and recovery options. Quote
fjtrooper Posted May 5, 2011 Author Posted May 5, 2011 Ok, then I will deploy ISAPI module!! Thanks!! Quote
asapltda Posted September 14, 2011 Posted September 14, 2011 Hi would like to use apache as a server, can not understand the example of how to modify the Apache configuration to run the program and dll. IRDP give us a complete example? Quote
asapltda Posted September 29, 2011 Posted September 29, 2011 Ok, then I will deploy ISAPI module!! Thanks!! Hi, you can do? Im and other people not can't do that isapi work with apache Pudo hacerlo? Otras personas y yo no hemos podido hacer que isapi trabaje con apache Quote
fjtrooper Posted September 29, 2011 Author Posted September 29, 2011 I've done it very fast following the easy UNIGUI instructions for apache deploy. Quote
Janex Posted September 30, 2011 Posted September 30, 2011 I've done it very fast following the easy UNIGUI instructions for apache deploy. But I cannot start my ISAPI dll under Apache Look here: http://forums.unigui.com/index.php?/topic/1360-run-isapi-dll-in-apache/ And no one can help me with new solutions how to start under Apache or wat's wrong :( WBR Janex Quote
Administrators Farshad Mohajeri Posted October 12, 2011 Administrators Posted October 12, 2011 But I cannot start my ISAPI dll under Apache Look here: http://forums.unigui...-dll-in-apache/ And no one can help me with new solutions how to start under Apache or wat's wrong :( WBR Janex I asked a question in above thread. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.