On Tue, Nov 26, 2013 at 10:22 PM, Ricardo Pedroso <[email protected]>wrote:
> > > > On Tue, Nov 26, 2013 at 4:44 PM, Saurabh Kumar <[email protected]>wrote: > >> I am NOT comparing the static files and dynamic requests. I was just >> illustrating the behaviour I am expecting wrt concurrency. I understand how >> Linux kernel and Apache works to some extent. >> >> > >> > All I am trying to do is *25* light concurrent requests [in which >> controller looks like the following] with decent response time. Currently >> it is going down to 5-6 seconds. Is it an absurd expectation on a 4 core, >> 16G machine? >> >> def controller(): >> return >> > > > As an experimentation, just lower the threads that apache spawns to for eg > 4, and see if you notice any difference. > > Yes makes sense. Will try :) > > Ricardo > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/rH1C7iXMPNA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

