On Wednesday, April 13, 2016 at 1:35:10 PM UTC-7, Jason Solack wrote: > > Hello all, > > I have set up a simple site on aws to test concurrent requests and it > appears i'm getting requests answered sequentially... > > https://52.207.216.107/ServerTest/default/index > > I essentially ran the ubuntu setup script and tested it... i have upped > the processes and threads in the default.conf of apache, but it still seems > to process each request one at a time. > > I'm hoping there is something simple i am doing wrong! > > Thanks for the help! > > Jason >
What database engine are you using? if sqlite3, it uses file locking that can force sequential behavior. If you're using a production-class database, this is less likely to be the explanation. /dps -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.