Jump to content

StandAlone vs Apache


fjtrooper

Recommended Posts

  • Administrators

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)

Link to comment
Share on other sites

  • Administrators

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.

Link to comment
Share on other sites

  • 4 months later...
  • 3 weeks later...
  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...