Hi, We have an application that we have been happily using for some time using web.py 0.23 and its internal web server.
We have just started the process of migrating it to Apach/mod_wsgi to get a little extra performance. Unfortunately since we have done this we have seen some rather nasty caching issues with pages. It seems that more often than not, the application will serve an old page when data is changed under it. This is happening both in the browser and also using our REST API. The fact that it's happening with the API suggests to me that it's nothing to do with proper caching behaviour since the client isn't sending any etags or 'if-modified-since' headers or similar. Is this a know issue (maybe with a known solution!!) ? My google skills have led me down a blind alley. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
