Re: Routes problem (not thread safe?)

2009-02-10 Thread carlos
Thank you Philip, I've updated to routes 1.10.3 (it needs WebOb so I've installed it too) and at the moment it works fine. Carlos. On 9 feb, 21:16, Philip Jenvey pjen...@underboss.org wrote: On Feb 9, 2009, at 2:47 AM, carlos wrote: Hi, I'm using Pylons 0.9.6.1, with Routes 1.7.3 and

Routes problem (not thread safe?)

2009-02-09 Thread carlos
Hi, I'm using Pylons 0.9.6.1, with Routes 1.7.3 and Python 2.5. I'm testing an application which uses AJAX to display information, and it makes many request asynchronously. It works fine, but some times randomly the server raises an exception in a GET request, always the same exception at

Re: Routes problem (not thread safe?)

2009-02-09 Thread Philip Jenvey
On Feb 9, 2009, at 2:47 AM, carlos wrote: Hi, I'm using Pylons 0.9.6.1, with Routes 1.7.3 and Python 2.5. inspecting de variables with the traceback debugger, I see that var is always a str, but self.prior is sometimes a dict ( {'type': ':', 'name': 'format'} ) and sometimes a str (but it