Depends on your server -- processors, ram, etc.

Use Apache benchmark to run some tests.  Run the server, and then hit
it with a bunch of requests.  For example:

ab -c 5 -n 1000 http://localhost:8080/

That will hit your server with 1000 requests using 5 concurrent
connections.  The output will say how many "requests per second" it
handled, so use that as a basis for calculations.  If you're using
web.py templates, be sure to turn on caching if you're trying to
increase load.


On Apr 21, 10:59 am, Mark Erbaugh <[email protected]> wrote:
> Does anyone have any idea about how many users can use a web app created
> with web.py using it's build-in server on a LAN, before I need to use a
> "real" web server?
>
> Thanks,
> Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to