Re: Minimum Hardware requirement - reg

2019-06-28 Thread Raja Sekar Sampath
Thanks to all for the valuable reply On Wed, 26 Jun 2019 at 08:57, Aldian Fazrihady wrote: > Can you convince your client to use clouds instead of self hosting? > Cloud such as AWS or GCP is easily scriptable, allowing to create > critical/important automation scripts. > > Regards, > > Aldian

Re: Minimum Hardware requirement - reg

2019-06-25 Thread Aldian Fazrihady
Can you convince your client to use clouds instead of self hosting? Cloud such as AWS or GCP is easily scriptable, allowing to create critical/important automation scripts. Regards, Aldian Fazrihady On Wed, Jun 26, 2019 at 1:19 AM Raja Sekar Sampath wrote: > Hi, > > What are the facts to be

Re: Minimum Hardware requirement - reg

2019-06-25 Thread Sam Taiwo
I think think the first advice is way off base in two ways. 1) It's not clumsy to have 8 apps if that is the the structure of the project that makes each part encapsulated and reusable. 2) 30 concurrent users in one app can be more demanding than 1000 in another. It really depends on what each

Re: Minimum Hardware requirement - reg

2019-06-25 Thread Yoo
8 app modules? That's a little clumsy. Something that would require that many app modules would be like docs.google.com and drive.google.com. Google has a LOT of different platforms which, if programmed in Django, would need several app modules. I'm 90% sure you'll only need one app. Hardware

Minimum Hardware requirement - reg

2019-06-25 Thread Raja Sekar Sampath
Hi, What are the facts to be considered while determine the server configuration for a Django Application? My Client preferring self hosting, the project having 8 different (apps) modules and we expect 20 to 30 users concurrently login into the system and Its having automated cron jobs Thanks &