Max users of a Xojo Web App

Hi all,

I would like to ask if the number of users of a Xojo web app (either deployed as cgi or standalone) can reach 400 concurrent users or more?

What is the max no. of users that your Xojo web apps are serving? Any concern about hardware configurations?

If you just run one instance of your app, it will never be able to server 400 concurrent users. With load balancing you can archieve this.

One way of doing it. Works just great :slight_smile:
http://web.archive.org/web/20150215185744/http://john-joyce.com/xojo-and-load-balancing-with-haproxy/

Thanks Albin! The articles do a lot of help.