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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...