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 -~----------~----~----~----~------~----~------~--~---