On Wednesday, November 20, 2013 3:56:51 PM UTC+1, Andrew Buchan wrote: > > Further update: > > Apache did finally crash, with the following message: > > "Server ran out of threads to serve requests. Consider raising the > ThreadsPerChild setting" > > I've bumped that up to 500, and there are less than that number of users > on the system (although I understand there will be more than one connection > fired off per user/session). > But it crashed/became unresponsive again with no error message! > Asking for real disasters!!!!! Are you sure that there are more than 150 (default) requests active ?
> Also, I leave sessions alone, but should I be clearing them? > Yep, you definitely should (as anyone in production) > Also also, I updated to the latest version of web2py and it seems someone > left a print statement in SQLFORM.grid() which prints every row! (Line 2373 > in sqlhtml.py) I presume that if I were running that as a windows service > on rocket it would crash the moment you displayed a grid.. > known issue. Upgrade to trunk -- 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.

