Page 1 of 1

Regarding amount of database connections

Posted: 2014-07-09 16:13
by sidcass
Hi everyone I am new to AppGini so pardon me if this question has been asked before. I am looking to purchase AppGini professional and I wanted to know when we create an app with the AppGini the software we create how many database connections are allowed at one time is it "1 connection" or "Unlimited connections"

Thanks
Sid

Re: Regarding amount of database connections

Posted: 2014-07-09 18:47
by KSan
Your app can only connect to one database at any given time but it can make unlimited connections. In other words, an unlimited number of people can use your app to connect to the database. This I believe will only be limited by what your server can take. Ie small server might only support say 1000 connections and an high grade server 1 million connections etc. Hope this helps.

Re: Regarding amount of database connections

Posted: 2014-07-10 10:21
by a.gneady

Re: Regarding amount of database connections

Posted: 2014-07-10 17:43
by sidcass
Perfect, thanks everyone!
Sid