On Thu, Dec 8, 2011 at 11:26 AM, pritesh modi <pritesh.mod...@gmail.com> wrote:
> Hi Guys
>
>                Please suggest me the hardware and software configurartion
> details like operating system,required software,machine details for
> production server of django-website application.it is saas based
> architecture application.and also going to add more plug ins application as
> required in application.
>
> To  run the django application in production server this things are required
> to check with better performance,speed and scalability wise.
>
> Any suggestion will be appericiated
>

I want a piece of string to go from here to there, how long should it be?

You need to write the app, load test it and extrapolate performance
from that. A Django app could be fast or it could be slow, it could
use a lot of memory or it could use a tiny amount of memory, it could
be IO intensive or it could never touch the disk, it could hammer the
database constantly or it could barely use a database at all - it all
depends on what your app does and how it does it.

We can't tell you that. Only you can tell yourself that.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to