Re: Different approach to req.get_session().

2005-08-08 Thread Graham Dumpleton
Graham Dumpleton wrote .. > > On 09/08/2005, at 7:51 AM, Graham Dumpleton wrote: > >> Will it introduce new and exciting locking issues for accessing the > >> cache? > > > > I don't think so, the caching is effectively done on a thread specific > > basis only and thus where the lock synchronisatio

Re: Different approach to req.get_session().

2005-08-08 Thread Jim Gallacher
Just so everyone is clear, implementation of req.get_session() or its equivalent has been deferred to version 3.3. Graham Dumpleton wrote: Some will know that I haven't been too keen on the way in which the proposed new req.get_session() method was being implemented. My concerns were that it wa