But sir my portal will start at a specific time and around 200-250
users will login at the same time then the system may hang.

Also there is a file named options_std.py, in this file what does
'no_of_threads' means....

reply as soon as possible

Thank You
Harshit


On Nov 23, 10:15 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> It really depends on many issues. 200 users are not going to make 1
> request/second but more like 1 request every ten seconds each or less.
> That means you need to handle 20 requests/seconds.
>
> On my laptop an average dynamic page takes ~20ms, and that means 50
> requests/second. This means I can handle 200 current users on my
> laptop.
>
> The bottleneck is always database access. It really depends on what
> those users do with the database.
>
> Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to