Re: [web2py] routes.py rules giving intermittent incorrect controller calls to /default

2012-12-31 Thread HittingSmoke
I'll re-enable the router and keep a closer eye on things when restarting uWSGI. The process hopping sounds right. I run uWSGI with six workers so there are six processes balancing load. The next time it happens I'll restart with a single worker and see if the inconsistency on page load is stil

Re: [web2py] routes.py rules giving intermittent incorrect controller calls to /default

2012-12-31 Thread Jonathan Lundell
On 31 Dec 2012, at 10:36 AM, HittingSmoke wrote: > I've been seeing this over the past week or so since I started separating my > apps into subdomains using the parametric router. My entries are simple: > > routers = dict( > BASE = dict( > domains = { > 'domain.com' : 'bl

[web2py] routes.py rules giving intermittent incorrect controller calls to /default

2012-12-31 Thread HittingSmoke
I've been seeing this over the past week or so since I started separating my apps into subdomains using the parametric router. My entries are simple: routers = dict( BASE = dict( domains = { 'domain.com' : 'blog', 'chat.domain.com' : 'chat', 'maps.